Discover Packages
github.com/cobaltspeech/log
pkg
level
package
Version:
v0.1.10
Opens a new window with list of versions in this module.
Published: Apr 6, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package level defines the supported logging levels
Level enumerates different logging levels.
const (
Trace Level = 1 << iota
Debug
Info
Error
)
Verbosity maps an integer verbosity level to appropriate Level. This maybe
helpful for cmdline applications that need to provide a `-verbosity <int>`
flag to control logging verbosity.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.