loginterfaces

package
v0.0.0-...-44c758a Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: Apache-2.0 Imports: 1 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 {
	Debug(ctx context.Context, msg string, keysAndValues ...interface{})
	Debugf(ctx context.Context, fs string, args ...interface{})
	Debugv(ctx context.Context, skip int, msg string, keysAndValues ...interface{})
	DebugNoCtx(msg string, keysAndValues ...interface{})
	Info(ctx context.Context, msg string, keysAndValues ...interface{})
	Infof(ctx context.Context, fs string, args ...interface{})
	Infov(ctx context.Context, skip int, msg string, keysAndValues ...interface{})
	InfoNoCtx(msg string, keysAndValues ...interface{})
	Warn(ctx context.Context, msg string, keysAndValues ...interface{})
	Warnf(ctx context.Context, fs string, args ...interface{})
	Warnv(ctx context.Context, skip int, msg string, keysAndValues ...interface{})
	WarnNoCtx(msg string, keysAndValues ...interface{})
	Error(ctx context.Context, msg string, keysAndValues ...interface{})
	Errorf(ctx context.Context, fs string, args ...interface{})
	Errorv(ctx context.Context, skip int, msg string, keysAndValues ...interface{})
	ErrorNoCtx(msg string, keysAndValues ...interface{})
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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