log

package
v0.0.0-...-f5bbbf4 Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	WithComponent(component string) Logger
	Debug(msg string, keysAndValues ...interface{}) Logger
	Warn(msg string, keysAndValues ...interface{}) Logger
	Info(msg string, keysAndValues ...interface{}) Logger
	Error(msg string, keysAndValues ...interface{}) Logger
	Panic(msg string, keysAndValues ...interface{}) Logger
	Fatal(msg string, keysAndValues ...interface{}) Logger
	WithError(err error) Logger
	With(args ...interface{}) Logger
	Write(p []byte) (n int, err error)
}

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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