Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + var ErrorPrintf func(format string, args ...interface{}) + type Options struct + Compress bool + CompressionLevel int + KeepDays int + MaximumSize int64 + Rotate bool + RotateDaily bool + type RotatingFileWriter struct + func Open(filename string, options *Options) (*RotatingFileWriter, error) + func (rfw *RotatingFileWriter) Close() error + func (rfw *RotatingFileWriter) DoRotate() error + func (rfw *RotatingFileWriter) Flush() error + func (rfw *RotatingFileWriter) ReleaseReopen() error + func (rfw *RotatingFileWriter) Write(b []byte) (int, error)