com.ibm.connector2.cics

Interface CICSLogTraceLevels

    • Field Detail

      • RAS_TRACE_OFF

        static final int RAS_TRACE_OFF
        Disable all tracing. Only adapter messages will be sent to the log.
        See Also:
        Constant Field Values
      • RAS_TRACE_ERROR_EXCEPTION

        static final int RAS_TRACE_ERROR_EXCEPTION
        Output exception stack traces. Includes everything in RAS_TRACE_OFF as well.
        See Also:
        Constant Field Values
      • RAS_TRACE_ENTRY_EXIT

        static final int RAS_TRACE_ENTRY_EXIT
        Output method entry and exit trace lines. Includes everything in RAS_TRACE_ERROR_EXCEPTION as well.
        See Also:
        Constant Field Values
      • RAS_TRACE_INTERNAL

        static final int RAS_TRACE_INTERNAL
        Output debug trace entries. Includes everything in RAS_TRACE_ENTRY_EXIT as well.
        See Also:
        Constant Field Values
©Copyright IBM Corp. 1994, 2012
Legal