| AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeLogMessageInternal Method | 
            Logs message to the event log
            
 
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual void LogMessageInternal(
	string type,
	string source,
	string eventCode,
	string message,
	InfoType infoObj,
	UserInfo user
)
Parameters
- type
- Type: SystemString
 Message type
- source
- Type: SystemString
 Source
- eventCode
- Type: SystemString
 Event code
- message
- Type: SystemString
 Message
- infoObj
- Type: InfoType
 Info object
- user
- Type: CMS.MembershipUserInfo
 User
 See Also
See Also