FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataAccess..::..addItemsToLogXML Method

add items to the log file

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

Syntax


public void addItemsToLogXML(
	ref StringBuilder logStr,
	String itemKey,
	String itemValue
)
Public Sub addItemsToLogXML ( _
	ByRef logStr As StringBuilder, _
	itemKey As String, _
	itemValue As String _
)
public:
void addItemsToLogXML(
	StringBuilder^% logStr, 
	String^ itemKey, 
	String^ itemValue
)

Parameters

logStr
Type: StringBuilder%
log string
itemKey
Type: String
key of the item
itemValue
Type: String
value of the item