Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
Printf(format string, v ...interface{})
}
Logger is a minimal interface compatible with stdlib loggers.
type NoopLogger ¶
type NoopLogger struct{}
NoopLogger discards all log messages.
func (NoopLogger) Infof ¶
func (NoopLogger) Infof(string, ...interface{})
func (NoopLogger) Printf ¶
func (NoopLogger) Printf(string, ...interface{})
func (NoopLogger) Warnf ¶
func (NoopLogger) Warnf(string, ...interface{})
Click to show internal directories.
Click to hide internal directories.