Synopsis:
tracelog(string1,[string2[,...]])
Arguments:
string1,string2... - The string arguments provided are concatenated together for form the final log string.
Description: This function concatenates the string arguments passed to it into a single string and writes the resulting string to the Application Terminal scrolling area in yellow. The function also writes the log string to the application log file and system trace file, which resides in the directory where the Telecom Engine run-time program was started from.
The application log files cycle through files APPLOG0.LOG through to APPLOG9.LOG, whereas the system trace log files (provided by the TEX.EXE front-end application) cycle through just two files TRACELOG0.LOG and TRACELOG1.LOG. See applog() for a description of the application log format.
Return Value:
Returns 0