Skip to content
Jon Wagner edited this page Mar 4, 2013 · 1 revision

Getting Started with ESP

The first thing you need to do is to install the EventSourceProxy package from NuGet:

http://nuget.org/packages/EventSourceProxy

You can also install the package from package manager with:

Install-Package EventSourceProxy

Next, you will want to add logging to some part of your code. There are 3 ways to do it:

At this point, your code will support ETW logging. Now you have to turn on logging and start collecting the data. Again, there are a few ways to do this:

When logging is off, there is almost no overhead to the logging infrastructure. When you turn logging on, you can control the amount of data that is collected and the overhead depends on how much you need to log.