Click or drag to resize
EventLogServiceEnsureContextInformation Method
Fills the EventLogData with contextual information about the current request and machine.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
protected void EnsureContextInformation(
	EventLogData eventLogData
)

Parameters

eventLogData
Type: CMS.CoreEventLogData
Event log data to be filled with contextual information.
Remarks
The contextual data is filled only when they are null.
See Also