Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Setup ¶
func Setup(config *LoggingConfig)
Types ¶
type LoggingConfig ¶
type LoggingConfig struct { Verbosity int `short:"v" help:"Increase verbosity." type:"counter"` Quiet bool `short:"q" help:"Disable all logging" default:"false" negatable:""` Json bool `help:"Log as json" default:"true" negatable:""` Debug bool `help:"shortcut for -vvvv" default:"false" negatable:""` }
Click to show internal directories.
Click to hide internal directories.