voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
ConciseLogger
voxelman
utils
log
Undocumented in source.
class
ConciseLogger : FileLogger {
this
(File file, LogLevel lv);
this
(string fn, LogLevel lv);
void
beginLogMsg
(string file, int line, string funcName, string prettyFuncName, string moduleName, LogLevel logLevel, Tid threadId, SysTime timestamp, Logger logger);
}
Constructors
this
this
(File file, LogLevel lv)
Undocumented in source.
this
this
(string fn, LogLevel lv)
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.
Meta
Source
See Implementation
voxelman
utils
log
classes
ConciseLogger
functions
setupLogger