logger

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogCapture

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

LogCapture allows testing code to query log output.

func NewLogCapture

func NewLogCapture() *LogCapture

NewLogCapture captures logs for querying.

func (*LogCapture) AssertHasEntry

func (c *LogCapture) AssertHasEntry(t *testing.T, msg string)

AssertHasEntry checks if there is a log entry with the given string.

func (*LogCapture) ClearEntries added in v1.1.0

func (c *LogCapture) ClearEntries()

ClearEntries removes all log entries.

func (*LogCapture) Entries

func (c *LogCapture) Entries() []string

Entries returns all log entries.

func (*LogCapture) Run

func (c *LogCapture) Run(e *zerolog.Event, _ zerolog.Level, msg string)

Run is the hook to capture log entries. It also stops the entry from being printed.

Jump to

Keyboard shortcuts

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