Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopLogger ¶
type NoopLogger struct { }
NoopLogger is Logger implementation that doesn't produce any logs.
func NewNopLogger ¶
func NewNopLogger() *NoopLogger
NewNopLogger creates new instance of NoopLogger.
func (*NoopLogger) With ¶
func (l *NoopLogger) With(...interface{}) log.Logger
With returns new NoopLogger.
Click to show internal directories.
Click to hide internal directories.