Documentation ¶ Index ¶ func Debug(template string, args ...interface{}) func Error(template string, args ...interface{}) func GetLogger() *zap.Logger func Info(template string, args ...interface{}) func InitLogger(path string) func Warn(template string, args ...interface{}) type Logger Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Debug ¶ func Debug(template string, args ...interface{}) func Error ¶ func Error(template string, args ...interface{}) func GetLogger ¶ added in v0.3.16 func GetLogger() *zap.Logger func Info ¶ func Info(template string, args ...interface{}) func InitLogger ¶ func InitLogger(path string) func Warn ¶ func Warn(template string, args ...interface{}) Types ¶ type Logger ¶ type Logger struct { *zap.SugaredLogger } Source Files ¶ View all Source files zlog.go Click to show internal directories. Click to hide internal directories.