IIdentityLogger.IsEnabled(EventLogLevel) Method
Definition
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.
Checks to see if logging is enabled at given eventLogLevel
.
public bool IsEnabled (Microsoft.IdentityModel.Abstractions.EventLogLevel eventLogLevel);
abstract member IsEnabled : Microsoft.IdentityModel.Abstractions.EventLogLevel -> bool
Public Function IsEnabled (eventLogLevel As EventLogLevel) As Boolean
Parameters
- eventLogLevel
- EventLogLevel
Log level of a message.