gfm v1.1.3 (2014-06-18T21:14:08Z)
Home
Dub
Repo
ConsoleLogger
gfm
core
log
Undocumented in source.
class
ConsoleLogger : Logger {
this
();
void
writeLogMsg
(LoggerPayload payload);
~this
();
void
close
();
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLogMsg
void
writeLogMsg
(LoggerPayload payload)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
gfm
core
log
classes
ConsoleLog
ConsoleLogger
FileLog
Log
MultiLog
NullLog
functions
defaultLog