FilterLogger.IsEnabled(LogLevel) Method

Definition

Checks if the given logLevel is enabled.

public:
 virtual bool IsEnabled(Microsoft::Extensions::Logging::LogLevel logLevel);
public bool IsEnabled (Microsoft.Extensions.Logging.LogLevel logLevel);
abstract member IsEnabled : Microsoft.Extensions.Logging.LogLevel -> bool
override this.IsEnabled : Microsoft.Extensions.Logging.LogLevel -> bool
Public Function IsEnabled (logLevel As LogLevel) As Boolean

Parameters

logLevel
LogLevel

The level to be checked.

Returns

true if enabled.

Implements

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Applies to