Versions in this module Expand all Collapse all v0 v0.3.1 Feb 17, 2020 Changes in this version + var Logger logger.Logger = zlog.NewLogger(zlog.WithDevelopmentMode()) + func Debug(args ...interface{}) + func Debugf(format string, args ...interface{}) + func Error(args ...interface{}) + func Errorf(format string, args ...interface{}) + func Fatal(args ...interface{}) + func Fatalf(format string, args ...interface{}) + func Info(args ...interface{}) + func Infof(format string, args ...interface{}) + func Log(level logger.Level, args ...interface{}) + func Logf(level logger.Level, format string, args ...interface{}) + func Panic(args ...interface{}) + func Panicf(format string, args ...interface{}) + func Trace(args ...interface{}) + func Tracef(format string, args ...interface{}) + func Warn(args ...interface{}) + func Warnf(format string, args ...interface{}) + func WithError(err error, args ...interface{}) + func WithErrorf(err error, format string, args ...interface{}) v0.3.0 Feb 11, 2020