aspnet/Logging

Consider making EventSourceLogger public

shirhatti opened this issue · 3 comments

It's unfortunate that I can't do this 😢

loggingBuilder.AddFilter<EventSourceLogger>("Default", LogLevel.Warning);

Let's consider this in 3.0.0.

Is there any point in changing EventSourceLogger level in app code? In ETW listener controls filters/levels it wants to be applied.

Well I filed this issue before you changed the EventSourceLogger. Agree that it probably doesn't make any sense now 😄