Click or drag to resize
EventLogProviderGetEventLogInfo Method

Note: This API is now obsolete.

Returns specified event info object from the event log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IEventLogInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - EventLogInfo.Provider.")]
public static EventLogInfo GetEventLogInfo(
	int eventId
)

Parameters

eventId
Type: SystemInt32
Event ID

Return Value

Type: EventLogInfo
See Also