Documentation
¶
Index ¶
- Constants
- Variables
- func Alert(args ...interface{})
- func Alertf(f string, args ...interface{})
- func Debug(args ...interface{})
- func Debugf(f string, args ...interface{})
- func Info(args ...interface{})
- func Infof(f string, args ...interface{})
- func Logger() *log.Logger
- func SetLevel(lvl string)
- func SetLevelInt(lvl int)
Constants ¶
View Source
const ( ALERT = 0 INFO = 6 DEBUG = 7 )
Variables ¶
View Source
var Debugging = false
Functions ¶
func SetLevelInt ¶
func SetLevelInt(lvl int)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.