import"Logs.idl";
Public Attributes | |
RotationPeriod | period |
How often does log rotate? More... | |
long | maxLogSize |
Maximum log file size [MegaBytes]; Unlimited CAN be used. More... | |
long | rotateCount |
How many rotated files can be kept at most?; Unlimited CANNOT be used. More... | |
log rotation settings
long kerio::web::LogRotationSettings::maxLogSize |
Maximum log file size [MegaBytes]; Unlimited CAN be used.
RotationPeriod kerio::web::LogRotationSettings::period |
How often does log rotate?
long kerio::web::LogRotationSettings::rotateCount |
How many rotated files can be kept at most?; Unlimited CANNOT be used.