Versions in this module Expand all Collapse all v1 v1.0.1 Sep 26, 2022 Changes in this version + type Logger struct + BackupDirectory string + Compress bool + Filename string + LocalTime bool + MaxAge int + MaxBackups int + MaxSize int + RollingInterval int64 + func (l *Logger) Close() error + func (l *Logger) Rotate() error + func (l *Logger) Write(p []byte) (n int, err error)