Click or drag to resize
EventLogHelperLogEventToFile Method (EventLogInfo)
Logs the log object to file.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 11.0.0
Syntax
C#
public static void LogEventToFile(
	EventLogInfo eventLogInfo
)

Parameters

eventLogInfo
Type: CMS.EventLogEventLogInfo
Event info object
See Also