Click or drag to resize
EventLogProviderGetEventLogText Method
Creates string representation of event log object.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax
C#
public static string GetEventLogText(
	EventLogInfo eventLogInfo
)

Parameters

eventLogInfo
Type: CMS.EventLogEventLogInfo
EventLogInfo object

Return Value

Type: String
See Also