DebugLogger

Logger focused on debugging a program with colorization of the severity.

The logger print the file:line at the end of the message to make it easier to read a log. By doing so this logger can be used to print e.g. an indented AST and still keep the file:line.

Same motivation here as the SimpleLogger when it comes to the timestamp. It isn't particularly useful for what the logger is intended to be used for.

Constructors

this
this(logger.LogLevel lvl)
Undocumented in source.

Members

Functions

writeLogMsg
void writeLogMsg(LogEntry payload)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta