Essential.Diagnostics.StructuredExtensions
2.1.728
dotnet add package Essential.Diagnostics.StructuredExtensions --version 2.1.728
NuGet\Install-Package Essential.Diagnostics.StructuredExtensions -Version 2.1.728
<PackageReference Include="Essential.Diagnostics.StructuredExtensions" Version="2.1.728" />
paket add Essential.Diagnostics.StructuredExtensions --version 2.1.728
#r "nuget: Essential.Diagnostics.StructuredExtensions, 2.1.728"
// Install Essential.Diagnostics.StructuredExtensions as a Cake Addin #addin nuget:?package=Essential.Diagnostics.StructuredExtensions&version=2.1.728 // Install Essential.Diagnostics.StructuredExtensions as a Cake Tool #tool nuget:?package=Essential.Diagnostics.StructuredExtensions&version=2.1.728
Extension methods to System.Diagnostics.TraceSource to facilitate tracing structured data.
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Essential.Diagnostics.Core (>= 2.1.728)
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.1.728 | 2,101 | 7/28/2017 |
Version 2.1: Addition of structured logging.