class

Logger

Inherits Reference / Object

Constants

LEVEL_ENV_VAR = "CR_LOG_LEVEL"

Class methods

d(msg, io : IO = STDOUT)
Source
debug(msg, io : IO = STDOUT)
Source
e(msg, io : IO = STDERR)
Source
error(msg, io : IO = STDERR)
Source
f(msg, io : IO = STDERR)
Source
fatal(msg, io : IO = STDERR)
Source
handle(msg, level, io)
Source
i(msg, io : IO = STDOUT)
Source
info(msg, io : IO = STDOUT)
Source
level
Source
register(handler : AwesomeLogger::Handler)
Source
set_level(level : Symbol)
Source
w(msg, io : IO = STDOUT)
Source
warning(msg, io : IO = STDOUT)
Source