Logger
Inherits Reference / Object
Constants
LEVEL_ENV_VAR = "CR_LOG_LEVEL"
Class methods
d(msg, io : IO = STDOUT)
Sourcedebug(msg, io : IO = STDOUT)
Sourcee(msg, io : IO = STDERR)
Sourceerror(msg, io : IO = STDERR)
Sourcef(msg, io : IO = STDERR)
Sourcefatal(msg, io : IO = STDERR)
Sourcehandle(msg, level, io)
Sourcei(msg, io : IO = STDOUT)
Sourceinfo(msg, io : IO = STDOUT)
Sourcelevel
Sourceregister(handler : AwesomeLogger::Handler)
Sourceset_level(level : Symbol)
Sourcew(msg, io : IO = STDOUT)
Sourcewarning(msg, io : IO = STDOUT)
Source