Logger.this

Constructor.

If a log file is not passed, log instead to stdout.

class Logger
final nothrow
this
(
string logFile = null
)

Parameters

logFile string

The log file for logging.

Meta