Documentation ¶
Index ¶
- func Debug(msg string, keysAndValues ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(err error, msg string, keysAndValues ...interface{})
- func Errorf(err error, format string, args ...interface{})
- func Info(msg string, keysAndValues ...interface{})
- func Infof(format string, args ...interface{})
- type Injectable
- type Logger
- func (l Logger) AsLogger() logr.Logger
- func (l Logger) Debug(msg string, keysAndValues ...interface{})
- func (l Logger) Debugf(format string, args ...interface{})
- func (l Logger) Error(err error, msg string, keysAndValues ...interface{})
- func (l Logger) Errorf(err error, format string, args ...interface{})
- func (l Logger) Info(msg string, keysAndValues ...interface{})
- func (l Logger) Infof(format string, args ...interface{})
- func (l Logger) WithName(name string) Logger
- func (l Logger) WithValues(keysAndValues ...interface{}) Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Injectable ¶
type Injectable interface {
InjectLogger(Logger)
}
Injectable identifies objects that can receive a Logger.
Click to show internal directories.
Click to hide internal directories.