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

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 8.2.23
Syntax
C#
public override void LogEvent(
	EventLogInfo eventObject
)

Parameters

eventObject
Type: CMS.EventLogEventLogInfo
EventLogInfo object.

Implements

IEventLogStrategyLogEvent(EventLogInfo)
See Also