Essential.Diagnostics.SeqTraceListener 2.2.40323

dotnet add package Essential.Diagnostics.SeqTraceListener --version 2.2.40323
NuGet\Install-Package Essential.Diagnostics.SeqTraceListener -Version 2.2.40323
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Essential.Diagnostics.SeqTraceListener" Version="2.2.40323" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Essential.Diagnostics.SeqTraceListener --version 2.2.40323
#r "nuget: Essential.Diagnostics.SeqTraceListener, 2.2.40323"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Essential.Diagnostics.SeqTraceListener as a Cake Addin
#addin nuget:?package=Essential.Diagnostics.SeqTraceListener&version=2.2.40323

// Install Essential.Diagnostics.SeqTraceListener as a Cake Tool
#tool nuget:?package=Essential.Diagnostics.SeqTraceListener&version=2.2.40323

Seq trace listener extension for System.Diagnostics, along with required config sections. Writes to the specified Seq server URL, with additional properties as configured.

     Other Essential.Diagnostics packages extend the .NET Framework System.Diagnostics trace logging with additional trace listeners. Included are colored console (that allows custom formats), SQL database (including a tool to create tables), rolling file (with custom formats), rolling XML, email (per trace or batched), and an in-memory trace listener.

     The Essential.Diagnostics project also publishes structured data (semantic) tracing extensions and a fluent client library that includes easy encapsulation of activity and logical operation scopes, as well as abstractions and templated classes for a simpler logging API and support for dependency injection frameworks.

     See the project site on GitHub for examples and documentation.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.40323 2,101 3/23/2021
2.1.728 32,728 7/28/2017
2.0.208 1,668 2/8/2017

Version 2.1: Addition of structured logging.