You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Unlike Katana's DiagnosticsLoggerFactory, the vNext equivalent now requires a TraceListener, which makes the trace source logger a bit painful to use in practice, since you can't simply rely on the listeners defined at the static level (that may be registered via the .config file on .NET Desktop)
Please consider updating TraceSourceLoggerProvider to make this parameter optional and offering a simpler AddTraceSource that doesn't require a specific trace listener.