Documentation ¶
Index ¶
- Constants
- func Debug(keyvals ...interface{})
- func Debugw(msg string, keyvals ...interface{})
- func Error(keyvals ...interface{})
- func Errore(msg string, err error, keyvals ...interface{})
- func Errorw(msg string, keyvals ...interface{})
- func Info(keyvals ...interface{})
- func Infow(msg string, keyvals ...interface{})
- func UseVerbose() int
- func WithVerbose(v int)
Constants ¶
View Source
const ( VerboseSilent = iota VerboseError VerboseInfo VerboseDebug )
View Source
const LowestVerbose = VerboseDebug
Variables ¶
This section is empty.
Functions ¶
func UseVerbose ¶
func UseVerbose() int
func WithVerbose ¶
func WithVerbose(v int)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.