log

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

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