You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TimeFormatstring`help:"The time format to use" default:"2006/01/02 15:04:05"`
20
+
21
+
LevelDebugStyle style.Styles`embed:"" prefix:"level.debug." help:"The style of the debug level" set:"defaultBold=true" set:"defaultForeground=63" envprefix:"GUM_LOG_LEVEL_DEBUG_"`//nolint:staticcheck
22
+
LevelInfoStyle style.Styles`embed:"" prefix:"level.info." help:"The style of the info level" set:"defaultBold=true" set:"defaultForeground=83" envprefix:"GUM_LOG_LEVEL_INFO_"`//nolint:staticcheck
23
+
LevelWarnStyle style.Styles`embed:"" prefix:"level.warn." help:"The style of the warn level" set:"defaultBold=true" set:"defaultForeground=192" envprefix:"GUM_LOG_LEVEL_WARN_"`//nolint:staticcheck
24
+
LevelErrorStyle style.Styles`embed:"" prefix:"level.error." help:"The style of the error level" set:"defaultBold=true" set:"defaultForeground=204" envprefix:"GUM_LOG_LEVEL_ERROR_"`//nolint:staticcheck
25
+
LevelFatalStyle style.Styles`embed:"" prefix:"level.fatal." help:"The style of the fatal level" set:"defaultBold=true" set:"defaultForeground=134" envprefix:"GUM_LOG_LEVEL_FATAL_"`//nolint:staticcheck
26
+
TimeStyle style.Styles`embed:"" prefix:"time." help:"The style of the time" envprefix:"GUM_LOG_TIME_"`
27
+
PrefixStyle style.Styles`embed:"" prefix:"prefix." help:"The style of the prefix" set:"defaultBold=true" set:"defaultFaint=true" envprefix:"GUM_LOG_PREFIX_"`//nolint:staticcheck
28
+
MessageStyle style.Styles`embed:"" prefix:"message." help:"The style of the message" envprefix:"GUM_LOG_MESSAGE_"`
29
+
KeyStyle style.Styles`embed:"" prefix:"key." help:"The style of the key" set:"defaultFaint=true" envprefix:"GUM_LOG_KEY_"`
30
+
ValueStyle style.Styles`embed:"" prefix:"value." help:"The style of the value" envprefix:"GUM_LOG_VALUE_"`
31
+
SeparatorStyle style.Styles`embed:"" prefix:"separator." help:"The style of the separator" set:"defaultFaint=true" envprefix:"GUM_LOG_SEPARATOR_"`
32
+
}
33
+
34
+
// BeforeReset hook. Used to unclutter style flags.
0 commit comments