Documentation
¶
Index ¶
- func New() logr.LogSink
- type Logger
- func (l Logger) Enabled(_ int) bool
- func (l Logger) Error(err error, msg string, keysAndValues ...interface{})
- func (l Logger) Info(_ int, msg string, keysAndValues ...interface{})
- func (l Logger) Init(_ logr.RuntimeInfo)
- func (l Logger) IsZero() bool
- func (l Logger) V(level int) logr.LogSink
- func (l Logger) WithCallDepth(depth int) logr.LogSink
- func (l Logger) WithCallStackHelper() (func(), Logger)
- func (l Logger) WithName(name string) logr.LogSink
- func (l 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 (l Logger) Init(_ logr.RuntimeInfo)
func (Logger) WithCallStackHelper ¶
func (Logger) WithValues ¶
Click to show internal directories.
Click to hide internal directories.