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 Warning(args ...interface{})
- func Warningf(format string, args ...interface{})
- type DebugLogger
- type ErrorLogger
- type InfoLogger
- type Logger
- type WarningLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DebugLogger ¶
type DebugLogger struct {
// contains filtered or unexported fields
}
type ErrorLogger ¶
type ErrorLogger struct {
// contains filtered or unexported fields
}
type InfoLogger ¶
type InfoLogger struct {
// contains filtered or unexported fields
}
type WarningLogger ¶ added in v1.0.2
type WarningLogger struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.