Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Stdout io.Writer = os.Stdout
Stdout is a global handle to standard output
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.53.0
type Config struct {
helper.OutputConfig `mapstructure:",squash"`
}
Config is the configuration of the Stdout operator
type Output ¶ added in v0.53.0
type Output struct { helper.OutputOperator // contains filtered or unexported fields }
Output is an operator that logs entries using stdout.
Click to show internal directories.
Click to hide internal directories.