| BaseWorkflowActionInfoType, StateInfoType, ActionEnumTypeLogMessage Method  | 
            Logs message to event log.
            
 
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntaxpublic 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