TraceLogger

Overrides FileLogger to remove the time stamp.

Constructors

this
this(string fn)
Undocumented in source.

Members

Functions

beginLogMsg
void beginLogMsg(string file, int line, string funcName, string prettyFuncName, string moduleName, LogLevel logLevel, Tid threadId, SysTime timestamp, Logger logger)
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

sharedLog = new TraceLogger("TraceLog.txt");

Meta