Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.53.0
type Config struct { helper.OutputConfig `mapstructure:",squash"` Path string `mapstructure:"path"` Format string `mapstructure:"format"` }
Config is the configuration of a file output operatorn.
type Output ¶ added in v0.53.0
type Output struct { helper.OutputOperator // contains filtered or unexported fields }
Output is an operator that writes logs to a file.
Click to show internal directories.
Click to hide internal directories.