Interface CICSLogTraceLevels
- All Known Implementing Classes:
CICSLogHelper
public interface CICSLogTraceLevels
This interface contains the trace level enumerations.
-
Field Details
-
copyright_notice
- See Also:
-
CLASS_VERSION
- See Also:
-
RAS_TRACE_OFF
static final int RAS_TRACE_OFFDisable all tracing. Only adapter messages will be sent to the log.- See Also:
-
RAS_TRACE_ERROR_EXCEPTION
static final int RAS_TRACE_ERROR_EXCEPTIONOutput exception stack traces. Includes everything in RAS_TRACE_OFF as well.- See Also:
-
RAS_TRACE_ENTRY_EXIT
static final int RAS_TRACE_ENTRY_EXITOutput 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_INTERNALOutput debug trace entries. Includes everything in RAS_TRACE_ENTRY_EXIT as well.- See Also:
-