class Logger

Overview

Custom Logger class that writes to both console and log file

Defined in:

moltiverse.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add_time_log_to_summary(time_log_path : String) #

[View source]
def close #

[View source]
def err_puts(message) #

[View source]
def log_file : File | Nil #

[View source]
def log_file=(log_file : File | Nil) #

[View source]
def print(message) #

[View source]
def print_time_summary(time_log_path : String) #

[View source]
def puts(message) #

[View source]
def set_log_file(path : String | Nil) #

[View source]