tibemsSSL_GetTrace


Function

Purpose

Determine whether SSL tracing is enabled.

C Declaration

tibems_bool tibemsSSL_GetTrace(void); 
 
tibems_bool tibemsSSL_GetDebugTrace(void); 

COBOL Call

CALL "tibemsSSL_GetTrace" 
           RETURNING value-Boolean 
END-CALL. 
 
CALL "tibemsSSL_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.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com