Documentation
¶
Overview ¶
Package log15w provides a wrapper (w) to github.com/inconshreveable/log15.
Index ¶
- type Log15
- func (l *Log15) Debug(msg string, fields ...log.Field)
- func (l *Log15) Fatal(msg string, fields ...log.Field)
- func (l *Log15) Info(msg string, fields ...log.Field)
- func (l *Log15) IsDebug() bool
- func (l *Log15) IsInfo() bool
- func (l *Log15) New(ctx ...interface{}) log.Logger
- func (l *Log15) SetLevel(lvl int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log15 ¶
func NewLog15 ¶
NewLog15 creates a new https://godoc.org/github.com/inconshreveable/log15 logger.
Click to show internal directories.
Click to hide internal directories.