Click or drag to resize
EventLogProviderSetEventLogInfoInternal Method

Note: This API is now obsolete.

Sets event log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Set(EventLogInfo) instead.")]
protected virtual void SetEventLogInfoInternal(
	EventLogInfo eventLog
)

Parameters

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