Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 Changes in this version + type Option interface + func MaxSize(size Size) Option + func Suffix(suffix string) Option + func TailSize(size Size) Option + type Rotator struct + func NewRotator(opt ...Option) Rotator + func (r *Rotator) Rotate(file string) error + func (r *Rotator) RotateAll(dir string, names ...string) error + type Size int64 + const Bytes + const Gigabyte + const Kilobytes + const Megabytes