Synopsis:
syslog(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 system log screen provided by the front-end (TEX.EXE) application . NOTE that unlike the errlog() and tracelog() functions the message is not copied to the application terminal or application log.
The system log files (provided by the TEX.EXE front-end application) cycle through just two files SYSLOG0.LOG and SYSLOG1.LOG.
Return Value:
Returns 0