Creates a new log sink pipeline loggerConfiguration: The logger configuration that the pipeline belongs to
Adds an enricher to the pipeline that enriches log events before they are written to the sink enricher: The enricher to add Returns the pipeline
Adds a filter to the pipeline that filters log events before they are written to the sink filter: The filter to add Returns the pipeline
Sets the formatter that the pipeline uses to format log events before they are written to the sink formatter: The formatter to use Returns the pipeline
Adds a filter to the pipeline that filters log events by minimum level (lowest level to write) level: The minimum level to write Returns the pipeline
Processes a log event by filtering, enriching and formatting it before writing it to the sink event: The log event to process
Sets the sink that the pipeline writes to sink: The sink to write to Returns the logger configuration that the pipeline belongs to
The pipline for a log sink that can be used to add filters, formatters and enrichers The pipeline is used to process log events before they are written to the sink