Documentation ¶
Index ¶
- func Debug(a ...interface{})
- func DebugDepth(depth int, a ...interface{})
- func Debugf(f string, a ...interface{})
- func DebugfDepth(depth int, f string, a ...interface{})
- func Fatal(a ...interface{})
- func FatalDepth(depth int, a ...interface{})
- func Fatalf(f string, a ...interface{})
- func FatalfDepth(depth int, f string, a ...interface{})
- func Get() log.Logger
- func Info(a ...interface{})
- func InfoDepth(depth int, a ...interface{})
- func Infof(f string, a ...interface{})
- func InfofDepth(depth int, f string, a ...interface{})
- func InitSyslog(target, tag string)
- func SetLevel(level string)
- func Warn(a ...interface{})
- func WarnDepth(depth int, a ...interface{})
- func Warnf(f string, a ...interface{})
- func WarnfDepth(depth int, f string, a ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugDepth ¶
func DebugDepth(depth int, a ...interface{})
DebugDepth calls the same method on global logger.
func Debugf ¶
func Debugf(f string, a ...interface{})
Debugf calls the same method on global logger.
func DebugfDepth ¶
DebugfDepth calls the same method on global logger.
func FatalDepth ¶
func FatalDepth(depth int, a ...interface{})
FatalDepth calls the same method on global logger.
func Fatalf ¶
func Fatalf(f string, a ...interface{})
Fatalf calls the same method on global logger.
func FatalfDepth ¶
FatalfDepth calls the same method on global logger.
func InfoDepth ¶
func InfoDepth(depth int, a ...interface{})
InfoDepth calls the same method on global logger.
func InfofDepth ¶
InfofDepth calls the same method on global logger.
func InitSyslog ¶
func InitSyslog(target, tag string)
func WarnDepth ¶
func WarnDepth(depth int, a ...interface{})
WarnDepth calls the same method on global logger.
func WarnfDepth ¶
WarnfDepth calls the same method on global logger.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.