Click or drag to resize
EventLogProviderCanLogEvent Method
Returns true if the event can be logged

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax
C#
protected virtual bool CanLogEvent(
	EventLogInfo eventObject
)

Parameters

eventObject
Type: CMS.EventLogEventLogInfo
Event object

Return Value

Type: Boolean
See Also