A lightweight logging framework for .NET 4.0+. PM> Install-Package NLogEx Features: A simple application logging interface that is decoupled from log...
a lightweight logging framework for .net 4.0+.
pm> installpackage nlogex
features:a simple application logging interface that is decoupled from log implementation, allowing logging policy to change through configuration without modifying application source codea generic propertybased log event model, providing flexibility in the type/amount of data to send to logger implementationscustomizable ambient property contexts that support the ability to include event properties that are independent of the client applicationa powerful log filtering model used to selectively include and/or exclude log events based on property values and customizable comparison operatorsasynchronous log publication by default and minimal overhead when no log instances are configured, to minimize the performance impact of logging on applicationsa suite of logger implementations for text files, database tables, the debug console, and the windows event logintegration with windows communication foundation (wcf), for automatically logging service calls on the client or serverintegration with asp.net mvc, for automatically logging controller actionsintegration with system.diagnostics, for routing traces in existing applications to nlogex
logging logging-framework