Documentation
DocumentationDiscussions
Documentation
These docs are for v2021.2. Click to read the latest docs for v2024.3.

Glossary

sink

An event sink is a class or function that listens to incoming events, and performs an action when a particular event occurs.

Serilog sinks

Serilog sinks are useful extensions for writing logs to various storage formats. The sink required for Seq is Serilog.Sinks.Seq.

Here is a comprehensive list of available Serilog sinks.