Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
Errorf(format string, v ...interface{}) //错误日志打印
Warnf(format string, v ...interface{}) //告警日志打印
Infof(format string, v ...interface{}) //进程日志打印
Debugf(format string, v ...interface{}) //调试日志打印
Print(args ...interface{}) //打印错误日志
Printf(format string, v ...interface{}) //打印错误日志
}
Logger 用于打印调试日志
Click to show internal directories.
Click to hide internal directories.