Versions in this module Expand all Collapse all v1 v1.3.1 Oct 20, 2025 v1.3.0 Aug 6, 2025 Changes in this version + func NewLogger(config Config) *zap.Logger + type Config struct + Compress bool + DisableRotating bool + FileOutLogLevel string + LogSamplePeriod time.Duration + MaxAge int + MaxBackups int + MaxSize int + StdOutLogLevel string + WriteTo string + func NewDefaultConfig() Config