Documentation
¶
Index ¶
- func Debugf(format string, a ...interface{})
- func Errorf(format string, a ...interface{}) error
- func Panicf(format string, a ...interface{})
- func Printf(level Level, format string, a ...interface{})
- func SetLogFile(filename string)
- func SetLogLevel(levelStr string)
- func SetLogStderr(enable bool)
- func Verbosef(format string, a ...interface{})
- type Level
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debugf ¶
func Debugf(format string, a ...interface{})
Debugf defines our printf for debug level.
func Panicf ¶
func Panicf(format string, a ...interface{})
Panicf defines our printf for panic level.
Types ¶
Click to show internal directories.
Click to hide internal directories.