Documentation
¶
Index ¶
- Constants
- func Error(v ...interface{})
- func ErrorF(format string, args ...interface{})
- func Info(v ...interface{})
- func InfoF(format string, args ...interface{})
- func Trace(v ...interface{})
- func TraceF(format string, args ...interface{})
- func Warning(v ...interface{})
- func WarningF(format string, args ...interface{})
- type Level
Constants ¶
View Source
const ( LevelError = 0 LevelWarning = 1 LevelInfo = 2 LevelTrace = 3 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.