import "Logs.idl";
Public Attributes | |
RotationPeriod | period |
How often does log rotate? | |
long | maxLogSize |
Maximum log file size [MegaBytes]; Unlimited CAN be used. | |
long | rotateCount |
How many rotated files can be kept at most?; Unlimited CANNOT be used. |
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.