loglevel

package module
v0.0.0-...-8ea229e Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 License: Apache-2.0 Imports: 3 Imported by: 5

README

log-go-level

Convert loglevel strings to associated intergers.

Overview

This package does nothing more than converting common loglevel strings into integers. This enables loglevels to be specified in config files as strings such as "debug", "info", "warn" and converted in the background to the integers expected by Go's standard log package and the [Masterminds] (https://github.com/Masterminds/log-go) package.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseLevel

func ParseLevel(loglevelStr string) (level int, err error)

ParseLevel returns the loglevel integer associated with a common loglevel string representation.

Types

This section is empty.

Jump to

Keyboard shortcuts

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