ServerLog

Takes one parameter, ServerLogText

Description:

The contents of the TopQuery expression in the parameter ServerLogText will be placed into the Moxie.log Server Log.

The format of the data placed into this log file should always start with a unique descriptor of the source of this line, followed by a single $Tab character, and then a series of $Tab delimited values that are unique to the source descriptor.

Example:

ServerLog ("MyProc" & $Tab & "Found one case of interest" & $Tab & MyCase)