tibemsSSL_System_GetTrace

Function

Purpose

Determine whether TLS 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 TLS 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.