Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeLogMessageInternal Method
Logs message to the event log

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected 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