levels

package
v1.1.12 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2023 License: MIT Imports: 0 Imported by: 182

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Level

type Level int

Level defines all the available levels we can log at

const (
	LevelFatal Level = iota
	LevelSilent
	LevelError
	LevelInfo
	LevelWarning
	LevelDebug
	LevelVerbose
)

Available logging levels

func (Level) String

func (l Level) String() string

String returns the string representation of a log level

Jump to

Keyboard shortcuts

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