Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/danieleteti/loggerpro/issues/92
Re factored file rotation: - moved functionality into own helper object with base interface to define behaviour - provide two concrete implementations: - Rotate by file count - Rotate by file date - Tidied up the LogFileFormat checks to use an enumeration - Moved file maintenance methods (Delete / Rename) to the helper objects
- Loading branch information