LogWriter

A log writer is a component that writes a serialized log message string to some output resource, like a file or network device. Note that because this write method may be called from many threads, it must be thread-safe.

Members

Functions

write
void write(LogMessage msg, string serializedMessage)

Writes a serialized log message to some output resource.