Click or drag to resize
EventLogProviderSetEventLogInfo 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 IEventLogInfoProvider.Set(EventLogInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EventLogInfo.Provider.")]
public static void SetEventLogInfo(
	EventLogInfo eventLog
)

Parameters

eventLog
Type: CMS.EventLogEventLogInfo
Event log object
See Also