NLogEx favicon

NLogEx

A lightweight logging framework for .NET 4.0+.

PM> Install-Package NLogEx Features: A simple application logging interface that is decoupled from log implementation, allowing logging policy to change through configuration without modifying application source code A generic property-based log event model, providing flexibility in the type/amount of data to send to logger implementations Customizable ambient property contexts that support the ability to include event properties that are independent of the client application A powerful log filtering model used to selectively include and/or exclude log events based on property values and customizable comparison operators Asynchronous log publication by default and minimal overhead when no log instances are configured, to minimize the performance impact of logging on applications A suite of logger implementations for text files, database tables, the debug console, and the Windows event log Integration with Windows Communication Foundation (WCF), for automatically logging service calls on the client or server Integration with ASP.NET MVC, for automatically logging controller actions Integration with System.Diagnostics, for routing traces in existing applications to NLogEx