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.Service |
Install
Install-Package EventSourceSynced.EnterpriseLibrary.SemanticLogging.Service
dotnet add package EventSourceSynced.EnterpriseLibrary.SemanticLogging.Service
paket add EventSourceSynced.EnterpriseLibrary.SemanticLogging.Service
EventSourceSynced.EnterpriseLibrary.SemanticLogging.Service Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The Semantic Logging Application Block (SLAB) 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.
This package contains an out-of-proc Windows Service for SLAB.