Protocol

Writes an entry into the studio log file at <deploy root>\KCM\Work\5.8\Output Management\Logs\CCM_Studio_Log.txt.

SYNTAX
Protocol(traceMessage, traceLevel, formatParams) 
ARGUMENTS

traceMessage Trace message.
traceLevel Trace level. Possible values:

0 = Error

1-4 = Warning

5-9 = Information

10 = Verbose

formatParams Parameters set for each placeholder. Placeholders are {0},{1}, and so on.

EXAMPLE
ErrorNumber = "001" 
Protocol("Error message {0} ", 0, ErrorNumber)