🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

EnterpriseLibrary.SemanticLogging.Service

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

EnterpriseLibrary.SemanticLogging.Service

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 package contains an out-of-proc Windows Service for SLAB.

2.0.1406.1
NuGet
Version published
Maintainers
1
Created
Source

SEMANTIC LOGGING APPLICATION BLOCK (SLAB) http://slab.codeplex.com

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, and rolling files with several formats and you can extend the block by creating your own custom formatters and sinks. 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 out-of-process Windows Service logs events using the Event Tracing for Windows (ETW) infrastructure that is part of the Windows operating system.

In order to install the required dependencies for the service, run the install-packages.ps1 script.

Updated release notes are available at http://slab.codeplex.com/wikipage?title=SLAB2.0ReleaseNotes

Microsoft patterns & practices http://microsoft.com/practices

Keywords

entlib

FAQs

Package last updated on 08 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts