Documentation ¶
Index ¶
- type Config
- type Fields
- type Logger
- type Null
- type Standard
- func (s *Standard) Debug(message string)
- func (s *Standard) Error(message string)
- func (s *Standard) Info(message string)
- func (s *Standard) Warn(message string)
- func (s *Standard) WithError(err error) Logger
- func (s *Standard) WithField(key string, value interface{}) Logger
- func (s *Standard) WithFields(fields Fields) Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Null ¶ added in v0.1.0
type Null struct{}
func (*Null) WithFields ¶ added in v0.1.0
type Standard ¶ added in v0.1.0
type Standard struct {
// contains filtered or unexported fields
}
func NewStandard ¶ added in v0.1.0
func (*Standard) WithFields ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.