TraceLogger

image

Basic logger provider designed to work with DebugView++. I normally use it on my dev machine while debugging Trace and Debug logs of an aspnetcore requests but it can be used anywhere in .netcore.

You can setup in appsetting.json.

image

I normally setup DebugView++ with a filter to avoid traces from other sources on the dev machine:

image