Versions in this module Expand all Collapse all v1 v1.0.0 May 7, 2022 v0 v0.1.0 May 7, 2022 Changes in this version + type Logger struct + func NewLogger(filename string, opts ...Opt) *Logger + type Opt func(*Logger) + func WithCompress(c bool) Opt + func WithLocaltime(lt bool) Opt + func WithMaxAge(a int) Opt + func WithMaxBackups(bu int) Opt + func WithMaxSize(s int) Opt