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. 

Parameter
Description
trace
TIBEMS_TRUE enables tracing.
TIBEMS_FALSE disables tracing.

Remarks

Two levels of SSL tracing are available—regular tracing and debug tracing (more detailed).


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