Documentation
¶
Index ¶
- Variables
- func Debug(msg string, args ...interface{})
- func Error(msg string, args ...interface{})
- func Fatal(msg string, args ...interface{})
- func Info(msg string, args ...interface{})
- func Init()
- func SetReporter(r *LogReporter)
- func Warn(msg string, args ...interface{})
- type LogLevel
- type LogReporter
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Logger *log.Logger
)
Functions ¶
Types ¶
type LogReporter ¶ added in v0.5.0
LogReporter 日志上报器(用于上报到服务端)
Click to show internal directories.
Click to hide internal directories.