Info
Version: | 1.1.1401-eventsourcesync10160 |
Author(s): | colinbowern |
Last Update: | Friday, March 7, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/colinbowern/slab |
NuGet Url: | https://www.nuget.org/packages/EventSourceSynced.EnterpriseLibrary.SemanticLogging |
Install
Install-Package EventSourceSynced.EnterpriseLibrary.SemanticLogging
dotnet add package EventSourceSynced.EnterpriseLibrary.SemanticLogging
paket add EventSourceSynced.EnterpriseLibrary.SemanticLogging
EventSourceSynced.EnterpriseLibrary.SemanticLogging Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Diagnostics.Tracing.EventSource(1.0.16)
- Newtonsoft.Json(4.5.11)
Tags
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 Windows Azure table storage, SQL Server databases, and rolling files with several formats and you can extend the block by creating your own custom formatters and sinks. For the those sinks that can store structured data, the block preserves the full structure of the event payload in order to facilitate analyzing or processing the logged data.
An out-of-proc Windows Service is available as a separate NuGet package (EnterpriseLibrary.SemanticLogging.Service).