This repository was archived by the owner on Oct 26, 2018. It is now read-only.
This repository was archived by the owner on Oct 26, 2018. It is now read-only.
Remove IsEnabled from Write in DiagnosticSourceAdapter #66
Closed
Description
The Write
method in the DiagnosticSourceAdapter
calls InEnabled
which needs to be removed.
https://github.com/aspnet/EventNotification/blob/dev/src/Microsoft.Extensions.DiagnosticAdapter/DiagnosticSourceAdapter.cs#L82-L85
See comment #65 (comment)
See PR: #65