LogHelper.IsEnabled(EventLogLevel) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether logging is enabled at the specified EventLogLevel."/>
public static bool IsEnabled (Microsoft.IdentityModel.Abstractions.EventLogLevel level);
static member IsEnabled : Microsoft.IdentityModel.Abstractions.EventLogLevel -> bool
Public Shared Function IsEnabled (level As EventLogLevel) As Boolean
- level
- EventLogLevel
The log level
true
if logging is enabled at the specified level; otherwise, false
.