Logger

A simple class to provide logging support.

Constructors

this
this(string logFile)

Constructor.

Members

Functions

error
void error(string text, A args)

Write error text to the log.

eval
void eval(string text, A args)

Write eval text to the log.

info
void info(string text, A args)

Write info text to the log.

warning
void warning(string text, A args)

Write warning text to the log.

Meta