Documentation
¶
Index ¶
- func Debugf(format string, args ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Infof(format string, args ...interface{})
- func IsDebugEnabled() bool
- func IsTraceEnabled() bool
- func Tracef(format string, args ...interface{})
- func Warnf(format string, args ...interface{})
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDebugEnabled ¶
func IsDebugEnabled() bool
func IsTraceEnabled ¶
func IsTraceEnabled() bool
Types ¶
type Logger ¶
type Logger interface {
Warnf(format string, args ...interface{})
Infof(format string, args ...interface{})
Errorf(format string, args ...interface{})
Debugf(format string, args ...interface{})
Tracef(format string, args ...interface{})
Fatalf(format string, args ...interface{})
}
func StandardLogger ¶
func StandardLogger() Logger
Click to show internal directories.
Click to hide internal directories.