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

Logging from .NET

If you use Serilog logger, install Serilog.Sinks.Seq library to log to Seq.

If you use Microsoft.Extensions.Logging with ASP.NET Core, you can add the Seq.Extensions.Logging provider to send events to Seq.

Projects with NLog can install the target package NLog.Targets.Seq.

Applications using Apache log4Net can import the Seq.Client.Log4Net appender.