ctStatusLogWrite
Writes the specified message to the FairCom DB status log file, CTSTATUS.FCS.
Declaration
COUNT ctStatusLogWrite(pTEXT msg,NINT err)
Description
Where
Return
See FairCom DB Error Codes for a complete listing of valid FairCom DB error values.
Example
Writes a message in the following format to CTSTATUS.FCS:
ctStatusLogWrite("This is a test", 3);
Wed Jun 10 15:10:27 2009
- User# 00011 This is a test: 3
Limitations
Available only in the Server DLL model (server side).