Versions in this module Expand all Collapse all v1 v1.0.1 Aug 17, 2024 v1.0.0 Aug 17, 2024 Changes in this version + func Int(key string, value int) zap.Field + func PrettyPrint(i interface{}) + func Str(key, value string) zap.Field + type Logger struct + func NewLogger(env string) (Logger, error) + func (l *Logger) Error(err error, props ...zap.Field) + func (l *Logger) Fatal(err error, props ...zap.Field) + func (l *Logger) Info(msg string, props ...zap.Field) + func (l *Logger) ReportEnvs()