Documentation
¶
Index ¶
- func New(origin logr.LogSink) logr.Logger
- type Logger
- func (lw *Logger) Enabled(level int) bool
- func (lw *Logger) Error(err error, msg string, keysAndValues ...interface{})
- func (lw *Logger) Info(level int, msg string, keysAndValues ...interface{})
- func (lw *Logger) Init(info logr.RuntimeInfo)
- func (lw *Logger) WithName(name string) logr.LogSink
- func (lw *Logger) WithValues(keysAndValues ...interface{}) logr.LogSink
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) Init ¶
func (lw *Logger) Init(info logr.RuntimeInfo)
func (*Logger) WithValues ¶
Click to show internal directories.
Click to hide internal directories.