EventLogProvider.CanLogEvent Method |
Returns true if the event can be logged
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 9.0.0
Syntaxprotected 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