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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- 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.