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 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).