package log15adapter
import "github.com/jackc/pgx/v4/log/log15adapter"
Package log15adapter provides a logger that writes to a github.com/inconshreveable/log15.Logger log.
Index ¶
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.
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func NewLogger ¶
func NewLogger(l Log15Logger) *Logger
func (*Logger) Log ¶
Source Files ¶
- Version
- v4.0.0-pre1
- Published
- Jun 29, 2019
- Platform
- darwin/amd64
- Imports
- 1 packages
- Last checked
- 30 minutes ago –
Tools for package owners.