Documentation ¶
Index ¶
- Constants
- func Debug(msg string)
- func Debugf(msg string, args ...interface{})
- func Error(msg string)
- func Errorf(msg string, args ...interface{})
- func Fatal(msg string)
- func Fatalf(msg string, args ...interface{})
- func GetLevel() level
- func Info(msg string)
- func Infof(msg string, args ...interface{})
- func SetLevel(v level)
- func SetName(v string)
- func Trace(msg string)
- func Tracef(msg string, args ...interface{})
- func Warn(msg string)
- func Warnf(msg string, args ...interface{})
Constants ¶
View Source
const ( TRACE level = 10 DEBUG level = 20 INFO level = 30 WARN level = 40 ERROR level = 50 FATAL level = 60 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.