Implemented interface member:
method
IsEnabled
Microsoft.Extensions.Logging.ILogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)
2 references to IsEnabled
Microsoft.Extensions.Logging.EventSource (2)
EventSourceLogger.cs (2)
57
if (!
IsEnabled
(logLevel))
166
if (!
IsEnabled
(LogLevel.Critical))