Click or drag to resize
EventLogProviderRegExExcludeLogDescription Property
Get the regular expression for the excluded log descriptions. If there is a match, the event is excluded from the log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 9.0.0
Syntax
C#
public static Regex RegExExcludeLogDescription { get; set; }

Property Value

Type: Regex
See Also