SDSimpleLogger

SD Simple Logger

Used stderr for output with systemd specific syntax.

For using: sharedLog = new SDSimpleLogger;

Constructors

this
this(LogLevel ll)
Undocumented in source.

Members

Functions

fileNameProc
string fileNameProc(string f)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLogMsg
void writeLogMsg(LogEntry p)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
Appender!(char[]) buffer;
Undocumented in source.
levelRemap
int[LogLevel] levelRemap;
Undocumented in source.

Meta