Rolosoft.Practices.EnterpriseLibrary.SemanticLogging 3.0.0.3

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

// Install Rolosoft.Practices.EnterpriseLibrary.SemanticLogging as a Cake Tool
#tool nuget:?package=Rolosoft.Practices.EnterpriseLibrary.SemanticLogging&version=3.0.0.3

The Semantic Logging Application Block provides a set of destinations (sinks) to persist application events published using a subclass of the EventSource class from the System.Diagnostics.Tracing namespace. Sinks include Azure table storage, SQL Server databases, file, console and rolling files with several formats and you can extend the block by creating your own custom formatters and sinks. The console sink is part of this nuget package. Other Sinks mentioned above are available as separate nuget packages. For the sinks that can store structured data, the block preserves the full structure of the event payload in order to facilitate analysing or processing the logged data.

This re-implementation is because, as of Dec '16, SematicLogging seems to have been abandoned by Microsoft. By re-implementing, it allows The Community to maintain and update software.

Full credit, license and attribution for original source go to Microsoft.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Rolosoft.Practices.EnterpriseLibrary.SemanticLogging:

Package Downloads
Rolosoft.Practices.EnterpriseLibrary.SemanticLogging.WindowsAzure

The Semantic Logging Application Block provides a set of destinations to persist events published by a subclass of EventSource, This add-on packages adds support to persisting log entries in Azure table storage. This re-implementation is because, as of Dec '16, SematicLogging seems to have been abandoned by Microsoft. By re-implementing, it allows The Community to maintain and update software. Full credit, license and attribution for original source go to Microsoft.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0.3 1,467 12/31/2017
3.0.0.2 3,364 1/2/2017
3.0.0 1,013 12/31/2016

Maintenance release. Updated packages.