Versions in this module Expand all Collapse all v1 v1.0.1 May 28, 2021 v1.0.0 May 13, 2021 Changes in this version + func Init(options *Options) (e error) + type Helper struct + var Logger Helper + func NewHelper(options *Options, zapOptions ...zap.Option) *Helper + func (l *Helper) Attach(src *Helper) + func (l *Helper) ConsoleLevel() zap.AtomicLevel + func (l *Helper) Detach() + func (l *Helper) FileLevel() zap.AtomicLevel + type Options struct + Caller bool + ConsoleLevel string + FileLevel string + Filename string + MaxBackups int + MaxDays int + MaxSize int