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.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax public static Regex RegExExcludeLogDescription { get; set; }
Property Value
Type:
RegexSee Also