Categorygithub.com/aklinkert/go-logging
modulepackage
1.2.0
Repository: https://github.com/aklinkert/go-logging.git
Documentation: pkg.go.dev

# README

go-logging

The go-logging package provides a logger interface as a simple abstraction for logrus.Entry - somewhat between logrus.StdLogger and logrus.FieldLogger.

# Functions

NewNonFailingTestLogger returns a new TestLogger.
NewTestLogger returns a new TestLogger.

# Structs

TestLogger implements a test wrapper for testing.T implementing Logger interface.

# Interfaces

Logger is a simple interface used as an abstraction for logrus.Entry - somewhat between logrus.StdLogger and logrus.FieldLogger.