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.