Base class for a generalized set of "log data destinations," including to files (text or binary)...
Definition: LogWriter.h:25
virtual unsigned int writeFooter()
Write the log footer, if any.
Definition: AllLogWriter.cpp:48
Base class for a generalized set of "log data destinations," including to files (text or binary)...
Definition: AllLogWriter.h:20
One "entry" in a LogQueue.
Definition: LogEntry.h:33
virtual unsigned int write(const LogEntry *entry, const Unit *unit=NULL)
Write the given LogEntry - should lock the writeMutex_.
Definition: AllLogWriter.cpp:34
virtual unsigned int writeHeader()
Write the log header, if any.
Definition: AllLogWriter.cpp:25