Documentation
¶
Index ¶
- Variables
- func Debug(msg string)
- func Error(msg string)
- func Info(msg string)
- func Sdebug(msg string, args ...interface{})
- func Serror(msg string, args ...interface{})
- func SetLevel(level int)
- func Sinfo(msg string, args ...interface{})
- func Strace(msg string, args ...interface{})
- func Swarn(msg string, args ...interface{})
- func Trace(msg string)
- func Warn(msg string)
Constants ¶
This section is empty.
Variables ¶
View Source
var DEBUG int = 3
View Source
var ERROR int = 0
View Source
var INFO int = 2
View Source
var TRACE int = 4
View Source
var WARN int = 1
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.