ctStatusLogWrite
Writes the specified message to the c-treeACE status log file, CTSTATUS.FCS.
Declaration
COUNT ctStatusLogWrite(pTEXT msg,NINT err)
Description
Where
Return
See c-treeACE Error Codes for a complete listing of valid c-treeACE 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).