LoggerMessageAttribute.SkipEnabledCheck Property

Definition

Overloads

SkipEnabledCheck

Gets or sets the flag to skip the IsEnabled check for the logging method.

SkipEnabledCheck

Source:
LoggerMessageAttribute.cs
Source:
LoggerMessageAttribute.cs
Source:
LoggerMessageAttribute.cs
Source:
LoggerMessageAttribute.cs
Source:
LoggerMessageAttribute.cs

Gets or sets the flag to skip the IsEnabled check for the logging method.

public:
 property bool SkipEnabledCheck { bool get(); void set(bool value); };
public bool SkipEnabledCheck { get; set; }
member this.SkipEnabledCheck : bool with get, set
Public Property SkipEnabledCheck As Boolean

Property Value

Applies to