Objective:
Implement automatic rotation of log files based on maximum file size or time interval.
Example usage:
LogSvc::EnableLogRotation("Physics", /*maxSizeMB=*/10, /*backupCount=*/5);
Benefits:
- Prevent large, cumbersome log files.
- Maintain organized log directories.
Priority: 🔥 High
Complexity: ⚙️ Medium
Objective:
Implement automatic rotation of log files based on maximum file size or time interval.
Example usage:
Benefits:
Priority: 🔥 High
Complexity: ⚙️ Medium