SDJournalLogger

SD Simple Logger

Used sd_journal_print for output.

For using: sharedLog = new SDJournalLogger;

Constructors

this
this(LogLevel ll)
Undocumented in source.

Members

Functions

writeLogMsg
void writeLogMsg(LogEntry p)
buffer_line
Appender!(char[]) buffer_line;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer_priority
Appender!(char[]) buffer_priority;
Undocumented in source.
bufs
Appender!(char[])[8] bufs;
Undocumented in source.

Inherited Members

From SDSimpleLogger

levelRemap
int[LogLevel] levelRemap;
Undocumented in source.
buffer
Appender!(char[]) buffer;
Undocumented in source.
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.

Meta