level

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2021 License: Apache-2.0 Imports: 0 Imported by: 14

Documentation

Index

Constants

View Source
const (
	// Disable turns off logging
	Disable = uint8(0)
	// Panic allows: Panic
	Panic = uint8(1)
	// Fatal allows: Panic, Fatal
	Fatal = uint8(2)
	// Error allows: Panic, Fatal, Error
	Error = uint8(3)
	// Warn allows: Panic, Fatal, Error, Warn
	Warn = uint8(4)
	// Good allows: Panic, Fatal, Error, Warn, Good
	Good = uint8(5)
	// Info allows: Panic, Fatal, Error, Warn, Good, Info
	Info = uint8(6)
	// Debug allows: Panic, Fatal, Error, Warn, Good, Info, Debug
	Debug = uint8(7)
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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