EventLogProviderLogEventInternal Method (EventLogInfo, Boolean, Boolean) |
Writes a new record to the event log.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax 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:
EventLogInfoSee Also