Documentation ¶
Index ¶
- type Config
- type Fields
- type Logger
- type NullLogger
- func (n *NullLogger) Debug(message string)
- func (n *NullLogger) Error(message string)
- func (n *NullLogger) Info(message string)
- func (n *NullLogger) Warn(message string)
- func (n *NullLogger) WithError(err error) Logger
- func (n *NullLogger) WithField(key string, value interface{}) Logger
- func (n *NullLogger) WithFields(fields Fields) Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type NullLogger ¶
type NullLogger struct{}
func NewNullLogger ¶
func NewNullLogger() *NullLogger
func (*NullLogger) Debug ¶
func (n *NullLogger) Debug(message string)
func (*NullLogger) Error ¶
func (n *NullLogger) Error(message string)
func (*NullLogger) Info ¶
func (n *NullLogger) Info(message string)
func (*NullLogger) Warn ¶
func (n *NullLogger) Warn(message string)
func (*NullLogger) WithError ¶
func (n *NullLogger) WithError(err error) Logger
func (*NullLogger) WithField ¶
func (n *NullLogger) WithField(key string, value interface{}) Logger
func (*NullLogger) WithFields ¶
func (n *NullLogger) WithFields(fields Fields) Logger
Click to show internal directories.
Click to hide internal directories.