Click or drag to resize
EventLogProviderRegExExcludeLogSource Property
Regular expression for the excluded log sources - 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 RegExExcludeLogSource { get; set; }

Property Value

Type: Regex
See Also