testingadapter

package
v3.3.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package testingadapter provides a logger that writes to a test or benchmark log.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

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

func NewLogger

func NewLogger(l TestingLogger) *Logger

func (*Logger) Log

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

type TestingLogger

type TestingLogger interface {
	Log(args ...interface{})
}

TestingLogger interface defines the subset of testing.TB methods used by this adapter.

Jump to

Keyboard shortcuts

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