Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ZapLog *zap.Logger
ZapLog zap日志对象
Functions ¶
Types ¶
type LoggerAble ¶
type LoggerAble interface { Debugf(template string, args ...interface{}) Infof(template string, args ...interface{}) Warnf(template string, args ...interface{}) Errorf(template string, args ...interface{}) Fatalf(template string, args ...interface{}) }
LoggerAble 日志对象接口
var Log LoggerAble
Log 对外服务的日志对象
Click to show internal directories.
Click to hide internal directories.