# Functions
EnableCompression is to enable old log file gzip compression.
EnableLocalTime is to determine if the time used for formatting the timestamps in backup files is the computer's local time.
NewFileRotationLogHook creates a new FileRotationLogHook*/.
WithMaxAge provides way to adjust max age (in days).
WithMaxBackups provides way to adjust max number of backups.
WithMaxSize provides way to adjust maxSize (in MBs).
# Structs
FileRotationLogHook stores the configuration of the hook.
FileRotationOption provides all parameters for file rotation.
# Type aliases
No description provided by the author