Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Connection : tibemsSSL : tibemsSSL_SetTrace

tibemsSSL_SetTrace
Function
Purpose
Enable or disable SSL tracing.
C Declaration
void tibemsSSL_SetTrace(
    tibems_bool trace );
 
void tibemsSSL_SetDebugTrace(
    tibems_bool trace );
COBOL Call
CALL "tibemsSSL_SetTrace"
USING BY VALUE trace
END-CALL.
 
CALL "tibemsSSL_SetDebugTrace"
USING BY VALUE trace
END-CALL.
Parameters
 
TIBEMS_TRUE enables tracing.
TIBEMS_FALSE disables tracing.
Remarks
Two levels of SSL tracing are available—regular tracing and debug tracing (more detailed).

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved