Documentation ¶
Index ¶
- Constants
- Variables
- func Debug(format string, args ...interface{})
- func DebugEnable(enable bool)
- func Error(format string, args ...interface{})
- func Fatal(format string, args ...interface{})
- func GetOutput() io.Writer
- func Important(format string, args ...interface{})
- func Info(format string, args ...interface{})
- func NullLogger() *log.Logger
- func Printf(format string, args ...interface{})
- func SetOutput(o io.Writer)
- func SetReadline(rl *readline.Instance)
- func Success(format string, args ...interface{})
- func Warning(format string, args ...interface{})
Constants ¶
View Source
const ( DEBUG = iota INFO IMPORTANT WARNING ERROR FATAL SUCCESS )
Variables ¶
Functions ¶
func DebugEnable ¶
func DebugEnable(enable bool)
func NullLogger ¶
func SetReadline ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.