Click or drag to resize
MessagesPlaceHolder.LogMessageToEventLog Method
Logs message to event log.

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

Parameters

type
Type: System.String
Type of message
eventCode
Type: System.String
Event code
text
Type: System.String
Short text
description
Type: System.String
Full description
See Also