Documentation ¶
Index ¶
- type NullLogSink
- func (NullLogSink) Enabled(_ int) bool
- func (NullLogSink) Error(_ error, _ string, _ ...interface{})
- func (NullLogSink) Info(_ int, _ string, _ ...interface{})
- func (NullLogSink) Init(_ logr.RuntimeInfo)
- func (log NullLogSink) WithName(name string) logr.LogSink
- func (log NullLogSink) WithValues(_ ...interface{}) logr.LogSink
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullLogSink ¶
type NullLogSink struct{}
NullLogSink is a logr.LogSink that does nothing.
func (NullLogSink) Enabled ¶
func (NullLogSink) Enabled(_ int) bool
func (NullLogSink) Error ¶
func (NullLogSink) Error(_ error, _ string, _ ...interface{})
func (NullLogSink) Info ¶
func (NullLogSink) Info(_ int, _ string, _ ...interface{})
func (NullLogSink) Init ¶
func (NullLogSink) Init(_ logr.RuntimeInfo)
func (NullLogSink) WithValues ¶
func (log NullLogSink) WithValues(_ ...interface{}) logr.LogSink
Click to show internal directories.
Click to hide internal directories.