testlogging

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package testlogging implements logger that writes to testing.T log.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Context

func Context(t testingT) context.Context

Context returns a context with attached logger that emits all log entries to go testing.T log output.

func ContextWithLevel

func ContextWithLevel(t testingT, level Level) context.Context

ContextWithLevel returns a context with attached logger that emits all log entries with given log level or above.

func ContextWithLevelAndPrefix added in v0.6.0

func ContextWithLevelAndPrefix(t testingT, level Level, prefix string) context.Context

ContextWithLevelAndPrefix returns a context with attached logger that emits all log entries with given log level or above.

func ContextWithLevelAndPrefixFunc added in v0.6.0

func ContextWithLevelAndPrefixFunc(t testingT, level Level, prefixFunc func() string) context.Context

ContextWithLevelAndPrefixFunc returns a context with attached logger that emits all log entries with given log level or above.

func NewTestLogger added in v0.9.0

func NewTestLogger(t *testing.T) logging.Logger

NewTestLogger returns logger bound to the provided testing.T. nolint:thelper

Types

type Level

type Level int

Level specifies log level.

const (
	LevelDebug Level = iota
	LevelInfo
	LevelWarn
	LevelError
)

log levels.

Jump to

Keyboard shortcuts

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