Click or drag to resize
BaseWorkflowActionInfoType, StateInfoType, ActionEnumTypeLogMessage Method
Logs message to event log.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void LogMessage(
	string eventType,
	string eventCode,
	string message,
	InfoType infoObj
)

Parameters

eventType
Type: SystemString
Type of the event. Please use predefined constants from EventLogProvider
eventCode
Type: SystemString
Event code (UPDATEDOC, SENDEMAIL, DELETE, etc.)
message
Type: SystemString
Message
infoObj
Type: InfoType
Info object
See Also