tibems_SetTraceFile
Function
COBOL Call
CALL "tibems_SetTraceFile" USING BY REFERENCE fileName, RETURNING tibems-status END-CALL.
Remarks
This call directs client tracing information to the file specified by the fileName argument. This function does not generate tracing; tracing must be enabled separately. Tracing can be enabled using the set server client_trace command in the administration tool, or, for SSL tracing, using the tibemsSSL_SetTrace or tibemsSSL_SetDebugTrace function.
To stop sending tracing information to the file and resume regular tracing to stderr or stdout, call tibems_SetTraceFile, passing NULL for fileName parameter.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.