DefaultLogHandler

A default handler that just writes a formatted string to stdout, or stderr in the case of WARNING or ERROR messages.

Constructors

this
this(bool colored)

Constructs a default log handler.

Members

Functions

handle
void handle(LogMessage msg)

Handles log messages by writing them to standard output (or standard error if the level is WARNING or higher).

Inherited Members

From LogHandler

handle
void handle(LogMessage msg)

Handles a log message.