Documentation ¶
Overview ¶
Package log15adapter provides a logger that writes to a github.com/inconshreveable/log15.Logger log.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log15Logger ¶
type Log15Logger interface { Debug(msg string, ctx ...interface{}) Info(msg string, ctx ...interface{}) Warn(msg string, ctx ...interface{}) Error(msg string, ctx ...interface{}) Crit(msg string, ctx ...interface{}) }
Log15Logger interface defines the subset of github.com/inconshreveable/log15.Logger that this adapter uses.
Click to show internal directories.
Click to hide internal directories.