Documentation
¶
Index ¶
- func Debug(v ...interface{})
- func Debugf(format string, v ...interface{})
- func Error(v ...interface{})
- func Errorf(format string, v ...interface{})
- func Fatal(v ...interface{})
- func Fatalf(format string, v ...interface{})
- func Info(v ...interface{})
- func Infof(format string, v ...interface{})
- func SetLevel(level string)
- func Warning(v ...interface{})
- func Warningf(format string, v ...interface{})
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
Debug(v ...interface{})
Info(v ...interface{})
Error(v ...interface{})
Warning(v ...interface{})
Fatal(v ...interface{})
Debugf(format string, v ...interface{})
Infof(format string, v ...interface{})
Errorf(format string, v ...interface{})
Warningf(format string, v ...interface{})
Fatalf(format string, v ...interface{})
SetLevel(level string)
}
Logger 日志接口
Click to show internal directories.
Click to hide internal directories.