severity

package
v0.0.0-...-7d4a354 Latest Latest
Warning

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

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

Documentation

Overview

Package severity contains utilities for log severity.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Severity

type Severity int8

A Severity is a severity at which a message can be logged.

const (
	Info Severity = iota
	Warning
	Error
	Fatal
)

These constants identify the log levels in order of increasing severity.

Jump to

Keyboard shortcuts

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