Documentation ¶
Index ¶
- func Debug(args ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func IsDebug() bool
- func IsTrace() bool
- func Trace(args ...interface{})
- func Tracef(format string, args ...interface{})
- func Warning(args ...interface{})
- func Warningf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
func Debug(args ...interface{})
Debug will log a message at verbose level 4 and will ensure the caller's stack frame is used
func Debugf ¶
func Debugf(format string, args ...interface{})
Debugf will log a message at verbose level 4 and will ensure the caller's stack frame is used
func Trace ¶
func Trace(args ...interface{})
Trace will log a message at verbose level 5 and will ensure the caller's stack frame is used
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.