Versions in this module Expand all Collapse all v1 v1.0.0 Jan 5, 2022 Changes in this version + type Logger struct + Opts *Options + func GetLogger() (ret *Logger) + func NewLogger(cf *Options) (*Logger, error) + func (l *Logger) GetLevel() (level zapcore.Level) + type Options struct + AppName string + Level string + LogFileDir string + MaxAge int + MaxBackups int + MaxSize int + Platform string