ILogger.IsEnabled(LogLevel) Method

Definition

Checks if the given LogLevel is enabled.

public:
 bool IsEnabled(Microsoft::Xrm::Sdk::PluginTelemetry::LogLevel logLevel);
public bool IsEnabled (Microsoft.Xrm.Sdk.PluginTelemetry.LogLevel logLevel);
abstract member IsEnabled : Microsoft.Xrm.Sdk.PluginTelemetry.LogLevel -> bool
Public Function IsEnabled (logLevel As LogLevel) As Boolean

Parameters

logLevel
LogLevel

Level to be checked.

Returns

Applies to