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
DiagnosticListenerExtensions.SubscribeWithAdapter and DiagnosticSourceAdapter constructors should provide an overloads to subscribe with Func<string, object, object, bool>
There were couple of API recently introduced in dotnet/corefx#15984 and dotnet/corefx#15985:
DiagnosticSource.IsEnabled(string, object,object)DiagnosticListener.Subscribe(IObserver<KeyValuePair<string, object>> observer, Func<string, object, object, bool> isEnabled)DiagnosticListenerExtensions.SubscribeWithAdapterandDiagnosticSourceAdapterconstructors should provide an overloads to subscribe withFunc<string, object, object, bool>