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


Chapter 17 IBM z/OS and IBM i : SSL Implementation on IBM EBCDIC Systems : tibemsSSL_System_GetTrace

tibemsSSL_System_GetTrace
Function
Purpose
Determine whether SSL tracing is enabled.
C Declaration
tibems_bool tibemsSSL_System_GetTrace(void);
 
tibems_bool tibemsSSL_System_GetDebugTrace(void);
COBOL Call
CALL "tibemsSSL_System_GetTrace"
RETURNING value-Boolean
END-CALL.
 
CALL "tibemsSSL_System_GetDebugTrace"
RETURNING value-Boolean
END-CALL.
Remarks
Two levels of SSL tracing are available—regular tracing and debug tracing (more detailed).
 
If tracing is enabled, these calls return TIBEMS_TRUE.
If tracing is disabled, they return TIBEMS_FALSE.
See Also
tibemsSSL_GetTrace on page 236
 

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