testlogging

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2020 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 *testing.T) 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 *testing.T, level Level) context.Context

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

Types

type Level

type Level int

Level specifies log level.

const (
	LevelDebug Level = iota
	LevelInfo
	LevelWarning
	LevelError
	LevelFatal
)

log levels

Jump to

Keyboard shortcuts

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