logger

package
v0.3.4 Latest Latest
Warning

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

Go to latest
Published: May 23, 2025 License: Apache-2.0 Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logger

type Logger interface {
	Debug(ctx context.Context, data interface{}) error
	Info(ctx context.Context, data interface{}) error
	Notice(ctx context.Context, data interface{}) error
	Warning(ctx context.Context, data interface{}) error
	Error(ctx context.Context, data interface{}) error
	Critical(ctx context.Context, data interface{}) error
	Alert(ctx context.Context, data interface{}) error
	Emergency(ctx context.Context, data interface{}) error
	Logger(name string) Logger
}

Jump to

Keyboard shortcuts

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