voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
ConciseLogger
voxelman
log
utils
Undocumented in source.
class
ConciseLogger : FileLogger {
import
std
.
datetime
:
SysTime
;
;
import
std
.
concurrency
:
Tid
;
;
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
log
utils
classes
ConciseLogger
functions
setupLogger