MessagesPlaceHolderLogMessageToEventLog Method |
Logs message to event log.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax 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