EventLogServiceEnsureContextInformation Method |
Fills the
EventLogData with contextual information about the current request and machine.
Namespace: CMS.EventLogAssembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax 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