Skip to main content

Home/ Coders/ Group items tagged NTrace

Rss Feed Group items tagged

Joel Bennett

NTrace - High Performance Tracing for .NET Applications - CodePlex - 0 views

  •  
    NTrace is a library that provides flexible, high-performance, and zero-config trace logging for your C# applications.
Joel Bennett

NTrace 1.0 (Beta) - Event Tracing for Windows (ETW) for C# Developers - 0 views

  •  
    NTrace is based on ETW(Event Tracing For Windows) which is a kernel-level tracing service which has several benefits over the tracing provided in .NET... Most importantly, it can be turned on and off without restarting the application, but it also has features like built-in high performance circular logging (a circular log is one that never grows above a specified size by flushing out older trace messages), and the ability for you to capture the logs from multiple sources into a single trace session.
  •  
    Might be C# only, because of the build step
1 - 2 of 2
Showing 20 items per page