level

package
v1.7.17 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package level provides functionality for Vald.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Level

type Level uint8
const (
	Unknown Level = iota

	// DEBUG is debug log level.
	DEBUG

	// INFO is info log level.
	INFO

	// WARN is warning log level.
	WARN

	// ERRO is error log level.
	ERROR

	// FATAL is fatal log level.
	FATAL
)

func Atol

func Atol(str string) Level

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