Documentation
¶
Index ¶
- func Debug(args string)
- func Debugf(format string, args ...interface{})
- func Error(args string)
- func Errorf(format string, args ...interface{})
- func Fatal(args string)
- func Fatalf(format string, args ...interface{})
- func Info(args string)
- func Infof(format string, args ...interface{})
- func New(l Logger)
- func Warn(args string)
- func Warnf(format string, args ...interface{})
- type Logger
- type LoggerComponent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { Debug(args string) Info(args string) Warn(args string) Error(args string) Fatal(args string) Debugf(format string, args ...interface{}) Infof(format string, args ...interface{}) Warnf(format string, args ...interface{}) Errorf(format string, args ...interface{}) Fatalf(format string, args ...interface{}) }
type LoggerComponent ¶
type LoggerComponent struct {
Logger Logger
}
Click to show internal directories.
Click to hide internal directories.