Versions in this module Expand all Collapse all v0 v0.2.0 Jun 15, 2022 Changes in this version type Option + func WithEncoding(encoding string) Option v0.1.0 Nov 22, 2021 Changes in this version + func Configuration(ops ...Option) + func DPanicf(template string, args ...interface{}) + func DPanicw(msg string, keysAndValues ...interface{}) + func Debugf(template string, args ...interface{}) + func Debugw(msg string, keysAndValues ...interface{}) + func Errorf(template string, args ...interface{}) + func Errorw(msg string, keysAndValues ...interface{}) + func Fatalf(template string, args ...interface{}) + func Fatalw(msg string, keysAndValues ...interface{}) + func Infof(template string, args ...interface{}) + func Infow(msg string, keysAndValues ...interface{}) + func NewLoggerOr(ops ...Option) *zap.Logger + func Panicf(template string, args ...interface{}) + func Warnf(template string, args ...interface{}) + func Warnw(msg string, keysAndValues ...interface{}) + type Option interface + func WithOutput(output ...string) Option + func WithTimeEncoder(timeEncoder zapcore.TimeEncoder) Option