logger

package
v1.1.42 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2023 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Full added in v1.0.2

type Full interface {
	Debug(args ...any)
	Debugf(tmpl string, args ...any)
	Debugw(msg string, args ...any)

	Info(args ...any)
	Infof(tmpl string, args ...any)
	Infow(msg string, args ...any)

	Warn(args ...any)
	Warnf(tmpl string, args ...any)
	Warnw(msg string, args ...any)

	Error(args ...any)
	Errorf(tmpl string, args ...any)
	Errorw(msg string, err any, args ...any)

	Fatal(args ...any)
	Fatalf(tmpl string, args ...any)
	Fatalw(msg string, err any, args ...any)
}

type Lite added in v1.0.2

type Lite interface {
	Infow(msg string, args ...any)
	Warnw(msg string, args ...any)
	Errorw(msg string, err any, args ...any)
}

type WarnAndError added in v1.0.2

type WarnAndError interface {
	Warnw(msg string, args ...any)
	Errorw(msg string, err any, args ...any)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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