hollow ~master (2015-04-23T00:53:40Z)
Home
Dub
Repo
Formatter
hollow
formatters
formatter
Undocumented in source.
class
Formatter {
string
loggerName
;
this
(string loggerName);
string
format
(string level, string logLine);
}
Constructors
this
this
(string loggerName)
Undocumented in source.
Members
Functions
format
string
format
(string level, string logLine)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
loggerName
string
loggerName
;
Undocumented in source.
Meta
Source
See Implementation
hollow
formatters
formatter
classes
Formatter