Info
Version: | 2.2.40323 |
Author(s): | sgryphon |
Last Update: | Tuesday, March 23, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sgryphon/essential-diagnostics |
NuGet Url: | https://www.nuget.org/packages/Essential.Diagnostics.SeqTraceListener |
Install
Install-Package Essential.Diagnostics.SeqTraceListener
dotnet add package Essential.Diagnostics.SeqTraceListener
paket add Essential.Diagnostics.SeqTraceListener
Essential.Diagnostics.SeqTraceListener Download (Unzip the "nupkg" after downloading)
Dependencies
- Essential.Diagnostics.Core(>= 2.1.728)
Tags
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.