randylevy / semantic-logging

Supporting semantic/structured logging for .NET

Home Page:http://slab.codeplex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Summary: 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.

To build the solution, run msbuild.exe from the project’s build folder.

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

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

About

Supporting semantic/structured logging for .NET

http://slab.codeplex.com

License:Other


Languages

Language:C# 82.8%Language:XML 16.5%Language:PowerShell 0.7%Language:CSS 0.0%Language:JavaScript 0.0%Language:Shell 0.0%Language:ASP 0.0%