shouldRotate abstract method
Determines whether log files should be rotated based on the provided stat
.
Returns true
if file rotation should occur, false
otherwise.
Implementation
bool shouldRotate(LogFileStat stat);
Determines whether log files should be rotated based on the provided stat
.
Returns true
if file rotation should occur, false
otherwise.
bool shouldRotate(LogFileStat stat);