JSONLogger

JSON based logger for logging to regular files or stdout/stderr

Constructors

this
this(File info_file, File diag_file)
Undocumented in source.
this
this(string filename)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

beginLine
void beginLine(LogLine msg)
Undocumented in source. Be warned that the author may not have intended to support it.
endLine
void endLine()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta