Click or drag to resize
SystemMacroPageLogInformationEvent Method
Writes given information to the event log.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
protected static void LogInformationEvent(
	string eventCode,
	string eventDescription = null
)

Parameters

eventCode
Type: SystemString
Event code
eventDescription (Optional)
Type: SystemString
Additional event information
See Also