Click or drag to resize
MessagesPlaceHolderLogMessageToEventLog Method
Logs message to event log.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void LogMessageToEventLog(
	string type,
	string eventCode,
	string text,
	string description
)

Parameters

type
Type: SystemString
Type of message
eventCode
Type: SystemString
Event code
text
Type: SystemString
Short text
description
Type: SystemString
Full description
See Also