RotatingFileLogWriter

A log writer that writes log messages to files in a directory, switching to a new file when the current one reaches a set size (defaults to 2GB).

Constructors

this
this(string logDir, string logFilePrefix, ulong maxLogFileSize)

Constructs a new rotating log file strategy.

Inherited Members

From LogWriter

write
void write(LogMessage msg, string serializedMessage)

Writes a serialized log message to some output resource.