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
<PackageReference Include="Rolosoft.Practices.EnterpriseLibrary.SemanticLogging" Version="3.0.0.3" />
paket add Rolosoft.Practices.EnterpriseLibrary.SemanticLogging --version 3.0.0.3
#r "nuget: Rolosoft.Practices.EnterpriseLibrary.SemanticLogging, 3.0.0.3"
// 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 | Versions 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. |
-
- Microsoft.Diagnostics.Tracing.TraceEvent (>= 1.0.41)
- Newtonsoft.Json (>= 10.0.3)
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.
Maintenance release. Updated packages.