shouldRotate abstract method

bool shouldRotate(
  1. LogFileStat stat
)

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);