Click or drag to resize
EventLogServiceLogEvent Method
Passes event log data to be written by all registered event log writers and provides the contextual information.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
public virtual void LogEvent(
	EventLogData eventLogData
)

Parameters

eventLogData
Type: CMS.CoreEventLogData
Data passed to the event log writers.

Implements

IEventLogServiceLogEvent(EventLogData)
Remarks

Ensures contextual information in the EventLogData's properties if they are null when passed to the method.

The following properties are filled with contextual data:

See Also