class AwesomeLogger::DefaultHandler

Included Modules

Defined in:

handlers/default.cr

Instance Method Summary

Instance methods inherited from module AwesomeLogger::Theme

_c_debug(msg) : String _c_debug, _c_error(msg) : String _c_error, _c_fatal(msg) : String _c_fatal, _c_info(msg) : String _c_info, _c_warning(msg) : String _c_warning

Instance methods inherited from class AwesomeLogger::Handler

debug? : Bool debug?, error? : Bool error?, fatal? : Bool fatal?, handle(msg : String, level : Symbol, io : IO) handle, info? : Bool info?, level : Symbol level, warning? : Bool warning?

Instance Method Detail

def handle(msg : String, level : Symbol, io : IO) #

[View source]