Documentation
DocumentationDiscussions

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.

Applications can connect the OpenTelemetry .NET SDK directly to Seq using OTLP.