Click or drag to resize
IEventLogServiceLogEvent Method

Logs eventLogData to the appropriate log output. The implementation should ensure that contextual information is filled.

The following properties should be filled with contextual data:

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

Parameters

eventLogData
Type: CMS.CoreEventLogData
Represents all the data that can be written to the event log.
See Also