Click or drag to resize
EventLogProviderLogEvent Method (EventLogInfo)
Writes a new record to the event log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax
C#
public static EventLogInfo LogEvent(
	EventLogInfo eventObject
)

Parameters

eventObject
Type: CMS.EventLogEventLogInfo
Event object.

Return Value

Type: EventLogInfo
See Also