class Logger
Defined in:
awesome-logger.cr
Constant Summary
-
LEVEL_ENV_VAR =
"CR_LOG_LEVEL"
Class Method Summary
-
.d(msg, io : IO = STDOUT)
-
.debug(msg, io : IO = STDOUT)
-
.e(msg, io : IO = STDERR)
-
.error(msg, io : IO = STDERR)
-
.f(msg, io : IO = STDERR)
-
.fatal(msg, io : IO = STDERR)
-
.handle(msg, level, io)
-
.i(msg, io : IO = STDOUT)
-
.info(msg, io : IO = STDOUT)
-
.level : Symbol
-
.register(handler : AwesomeLogger::Handler)
-
.set_level(level : Symbol)
-
.w(msg, io : IO = STDOUT)
-
.warning(msg, io : IO = STDOUT)
Class Method Detail
def self.
d(msg, io : IO =
STDOUT)
#
def self.
debug(msg, io : IO =
STDOUT)
#
def self.
e(msg, io : IO =
STDERR)
#
def self.
error(msg, io : IO =
STDERR)
#
def self.
f(msg, io : IO =
STDERR)
#
def self.
fatal(msg, io : IO =
STDERR)
#
def self.
handle(msg, level, io)
#
def self.
i(msg, io : IO =
STDOUT)
#
def self.
info(msg, io : IO =
STDOUT)
#
def self.
level : Symbol
#
def self.
set_level(level : Symbol)
#
def self.
w(msg, io : IO =
STDOUT)
#
def self.
warning(msg, io : IO =
STDOUT)
#