public interface CICSLogTraceLevels
Modifier and Type | Field and Description |
---|---|
static int |
RAS_TRACE_ENTRY_EXIT
Output method entry and exit trace lines.
|
static int |
RAS_TRACE_ERROR_EXCEPTION
Output exception stack traces.
|
static int |
RAS_TRACE_INTERNAL
Output debug trace entries.
|
static int |
RAS_TRACE_OFF
Disable all tracing.
|
static final int RAS_TRACE_OFF
static final int RAS_TRACE_ERROR_EXCEPTION
static final int RAS_TRACE_ENTRY_EXIT
static final int RAS_TRACE_INTERNAL