logger

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultLogger = l.NewWithOptions(os.Stderr, l.Options{
	Level:           l.InfoLevel,
	ReportTimestamp: false,
})
View Source
var VerboseLogger = l.NewWithOptions(os.Stderr, l.Options{
	Level:           l.DebugLevel,
	ReportTimestamp: false,
})

Functions

func HandlePanic

func HandlePanic(log *l.Logger, err error, verbose bool)

Types

This section is empty.

Jump to

Keyboard shortcuts

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