Click or drag to resize
EventLogProvider.CanLogEvent Method
Returns true if the event can be logged

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

Parameters

eventObject
Type: CMS.EventLog.EventLogInfo
Event object
logDirectly
Type: System.Boolean
Whether the event is being logged directly (meaning not using the thread worker).

Return Value

Type: Boolean
See Also