Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldLogger ¶
type FieldLogger interface {
Logger
WithField(name string, value interface{}) FieldLogger
}
func NewNopLogger ¶
func NewNopLogger() FieldLogger
type Loggers ¶
type Loggers struct {
Error FieldLogger
Warn FieldLogger
Info FieldLogger
Debug FieldLogger
}
Click to show internal directories.
Click to hide internal directories.