Essential.Diagnostics.Structured 2.2.0

dotnet add package Essential.Diagnostics.Structured --version 2.2.0
NuGet\Install-Package Essential.Diagnostics.Structured -Version 2.2.0
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.Structured" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Essential.Diagnostics.Structured --version 2.2.0
#r "nuget: Essential.Diagnostics.Structured, 2.2.0"
#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.Structured as a Cake Addin
#addin nuget:?package=Essential.Diagnostics.Structured&version=2.2.0

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

Provides a templated interface and implementation that makes tracing structured data easy via System.Diagnostics, using a fluent interface. Information is traced as StructuredData, with a message template, template values, and additional properties.

     Structured trace information is forwarded to an underlying TraceSource, which then sends to any configured TraceListeners, e.q. a Seq server. The interface can be used for easy integration with a dependency injection framework.

     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 net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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.0 9,694 9/18/2017