Product Documentation

c-treeACE V10.0 Update Guide

Previous Topic

Next Topic

ctStatusLogWrite

Writes the specified message to the c-treeACE status log file, CTSTATUS.FCS.

Declaration

COUNT ctStatusLogWrite(pTEXT msg,NINT err)

Description

Where

  • msg is the message to write to the status log
  • err is the error code to include in the message.

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).

TOCIndex