enums

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VerbosityLevel

type VerbosityLevel int

VerbosityLevel is the enum for the different error verbosities filtering on the log part

const (
	//Trace is the least log level
	Trace VerbosityLevel = iota
	//Debug is teh second log level
	Debug
	//Info is the second log level
	Info
	//Warning is the the third verbose level
	Warning
	//Error verbose level logs evrything above it
	Error
	//Fatal verbose level is the master level
	Fatal
)

func (VerbosityLevel) String added in v1.0.7

func (v VerbosityLevel) String() string

Jump to

Keyboard shortcuts

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