logger

package
v0.14.4 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2022 License: Apache-2.0 Imports: 9 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 func(v ...any)
var (
	Trace Logger = defineLogger("TRACE", output)
	Debug Logger = defineLogger("DEBUG", output)
	Info  Logger = defineLogger("INFO", output)
	Warn  Logger = defineLogger("WARN", output)
	Error Logger = defineLogger("ERROR", output)
	Fatal Logger = defineLogger("FATAL", output)
)

Jump to

Keyboard shortcuts

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