Documentation ¶
Index ¶
- Variables
- func Debug(v ...interface{})
- func Debugf(s string, v ...interface{})
- func Error(v ...interface{})
- func Errorf(s string, v ...interface{})
- func Fatal(v ...interface{})
- func Fatalf(s string, v ...interface{})
- func Info(v ...interface{})
- func InfoErrors(err error)
- func Infof(s string, v ...interface{})
- func Trace(v ...interface{})
- func Tracef(s string, v ...interface{})
- func Warn(v ...interface{})
- func Warnf(s string, v ...interface{})
- type Level
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultPrefix = "" DefaultCallerDepth = 2 DefaultLevel = DEBUG )
Functions ¶
func Trace ¶
func Trace(v ...interface{})
Trace - only use this in case of emergency, and remove after use is done, highly avoid this
Types ¶
Click to show internal directories.
Click to hide internal directories.