Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LevelListString ¶ added in v0.9.1
func LevelListString() []string
LevelListString returns the list of logs levels
Types ¶
type Level ¶
type Level string
Level is the debug level of a microservice
const ( // NoLevel is the abscense of an logging level NoLevel Level = "" // DebugLevel is the debug level DebugLevel Level = "debug" // InfoLevel is the info level InfoLevel Level = "info" // WarnLevel is the warn level WarnLevel Level = "warn" // ErrorLevel is the error level ErrorLevel Level = "error" // FatalLevel is the fatal level FatalLevel Level = "fatal" // OffLevel is the off level OffLevel Level = "off" )
Click to show internal directories.
Click to hide internal directories.