Click or drag to resize
EventLogProviderLogEventInternal Method (EventLogInfo, Boolean, Boolean)
Writes a new record to the event log.

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

Parameters

eventObject
Type: CMS.EventLogEventLogInfo
Contains event
logDirectly
Type: SystemBoolean
If true, the event is logged directly to the database. Otherwise, the event is logged to the queue processed by background worker to optimize performance.
deleteOlder
Type: SystemBoolean
If true, older items are deleted if the log length exceeds maximum

Return Value

Type: EventLogInfo
See Also