Interface CICSLogTraceLevels

All Known Implementing Classes:
CICSLogHelper

public interface CICSLogTraceLevels
This interface contains the trace level enumerations.
  • Field Details

    • CLASS_VERSION

      static final String CLASS_VERSION
      See Also:
    • RAS_TRACE_OFF

      static final int RAS_TRACE_OFF
      Disable all tracing. Only adapter messages will be sent to the log.
      See Also:
    • 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:
    • 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:
    • RAS_TRACE_INTERNAL

      static final int RAS_TRACE_INTERNAL
      Output debug trace entries. Includes everything in RAS_TRACE_ENTRY_EXIT as well.
      See Also: