levels

package
v0.0.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Level

type Level int
const (
	// LevelFatal 严重
	LevelFatal Level = iota
	// LevelError 错误
	LevelError
	// LevelInfo 消息
	LevelInfo
	// LevelWarning 警告
	LevelWarning
	// LevelDebug 调试
	LevelDebug
)

func (Level) String

func (l Level) String() string

Jump to

Keyboard shortcuts

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