Function setLogFile
Sets a log
file for disk file logging.
Multiple calls to this function will register multiple log
files for output.
Prototype
void setLogFile(
string filename,
LogLevel min_level = cast(LogLevel)6
);
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.