Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

ctStatusLogWrite

Writes the specified message to the FairCom DB 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 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).

TOCIndex