Documentation
¶
Overview ¶
Package verbosity is a plugin of launchr to configure log level of the app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogFormat ¶ added in v0.16.0
type LogFormat string
LogFormat is a enum type for log output format.
func (*LogFormat) String ¶ added in v0.16.0
Set implements fmt.Stringer interface.
type Plugin ¶
type Plugin struct{}
Plugin is launchr.Plugin to set verbosity of the application.
func (Plugin) OnAppInit ¶ added in v0.16.0
OnAppInit implements launchr.OnAppInitPlugin interface.
func (Plugin) PluginInfo ¶
func (p Plugin) PluginInfo() launchr.PluginInfo
PluginInfo implements launchr.Plugin interface.
Click to show internal directories.
Click to hide internal directories.