Rollover

Base rollover class

Constructors

this
this(LoggerConfig config)

Primary constructor

Members

Functions

carry
void carry()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()

Rollover start init

parseConfigFilePath
auto parseConfigFilePath(string rawConfigFile)

Parse configuration file path and base name and save to members

roll
bool roll(string msg)

Do files rolling by default

Variables

config
LoggerConfig config;
Undocumented in source.

Meta