FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

IAuditLogProvider..::..logMessage Method

log message

Namespace:  FlowWright.cDevErrorProvider
Assembly:  cDevErrorProvider (in cDevErrorProvider.dll)

Syntax


bool logMessage(
	auditSource auditSource,
	string message,
	priorityLevel oPriority,
	actionType actionType,
	string oldValue,
	string newValue,
	string workflowUserID
)
Function logMessage ( _
	auditSource As auditSource, _
	message As String, _
	oPriority As priorityLevel, _
	actionType As actionType, _
	oldValue As String, _
	newValue As String, _
	workflowUserID As String _
) As Boolean
bool^ logMessage(
	auditSource^ auditSource, 
	String^ message, 
	priorityLevel^ oPriority, 
	actionType^ actionType, 
	String^ oldValue, 
	String^ newValue, 
	String^ workflowUserID
)

Parameters

auditSource
Type: FlowWright.cDevErrorProvider..::..auditSource
The audit source.
message
Type: String
The message.
oPriority
Type: FlowWright.cDevErrorProvider..::..priorityLevel
The o priority.
actionType
Type: FlowWright.cDevErrorProvider..::..actionType
Type of the action.
oldValue
Type: String
The old value.
newValue
Type: String
The new value.
workflowUserID
Type: String
The workflow user identifier.

Return Value

true if XXXX, false otherwise.