Tracing in ASP.NET Web API

Tracing plays an important part in keeping track of how things are flowing through in your Application Services. Configuring tracing to collate system output is invaluable in gathering correct information about what the service is actually doing other than throwing a HTTP 5xx or HTTP 4xx error.

If you want to implement a TraceWriter of your own, you can implement the ITraceWriter and register it

This entry was posted in ASP.Net, ASP.NET Web API, Syndicated. Bookmark the permalink.

Comments are closed.