Click or drag to resize
EventLogProviderSetEventLogInfoInternal Method
Sets event log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax
C#
protected virtual void SetEventLogInfoInternal(
	EventLogInfo eventLog
)

Parameters

eventLog
Type: CMS.EventLogEventLogInfo
Event log object
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when eventLog is null.
See Also