tibemsSSL_System_SetTrace
Function
Purpose
Enable or disable trace messages on the creation of TIBCO Enterprise Message Service connections. These messages indicate the status of various stages of connection creation.
C Declaration
void tibemsSSL_System_SetTrace( tibems_bool trace ); void tibemsSSL_System_SetDebugTrace( tibems_bool trace );
COBOL Call
CALL "tibemsSSL_System_SetTrace"
USING BY VALUE trace
END-CALL.
CALL "tibemsSSL_System_SetDebugTrace"
USING BY VALUE trace
END-CALL.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.
