Skip to content

Logger

The object to be able to log messages out.

Constructors

Constructors Description
mintmousse.newLogger Create a new named, colored logger object
(Logger):extend Create a new named, colored logger object with the parent object appearing before it

Functions

Function Description
(Logger):info Log an info level message
(Logger):warning Log a warning level message
(Logger):debug Log a debug level message
(Logger):error Log an error level message
(Logger):assert Test a condition, if false, log an error level message
(Logger):getAncestry Used to get hierarchy of logger objects
(Logger).inspect Used to look into a table

See Also