Info
Version: | 3.0.0.3 |
Author(s): | Rolosoft |
Last Update: | Sunday, December 31, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Rolosoft/semantic-logging-core |
NuGet Url: | https://www.nuget.org/packages/Rolosoft.Practices.EnterpriseLibrary.SemanticLogging |
Install
Install-Package Rolosoft.Practices.EnterpriseLibrary.SemanticLogging
dotnet add package Rolosoft.Practices.EnterpriseLibrary.SemanticLogging
paket add Rolosoft.Practices.EnterpriseLibrary.SemanticLogging
Rolosoft.Practices.EnterpriseLibrary.SemanticLogging Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Diagnostics.Tracing.TraceEvent(>= 1.0.41)
- Newtonsoft.Json(>= 10.0.3)
Tags
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.