NLogEx icon
NLogEx icon

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 p.

Cost / License

  • Free
  • Open Source

Platforms

  • Windows
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Logging

 Tags

  • logging-framework

NLogEx News & Activities

Highlights All activities

Recent activities

No activities found.

NLogEx information

  • Developed by

    Brent M. Spell
  • Licensing

    Open Source and Free product.
  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

Popular alternatives

View all
NLogEx was added to AlternativeTo by bspell1 on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is 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