log15adapter

package
v4.16.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2022 License: MIT Imports: 2 Imported by: 6

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.

type Logger

type Logger struct {
	// contains filtered or unexported fields
}

func NewLogger

func NewLogger(l Log15Logger) *Logger

func (*Logger) Log

func (l *Logger) Log(ctx context.Context, level pgx.LogLevel, msg string, data map[string]interface{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL