public interface JCoTraceListener
Modifier and Type | Field and Description |
---|---|
static int |
ERROR_WARNING
Includes errors and warnings.
|
static int |
ERRORS
Error information is written to trace.
|
static int |
FULL_DEBUG
Full trace.
|
static int |
FULL_PATH
Compared to
SHORT_DEBUG , now all method invocations are traced (those that are traced at all). |
static int |
INFO_PATH
The invocation of additional methods is added to trace compared to
PATH_API . |
static int |
INFO_PATH_API
Adds informational messages to trace in addition to errors and warnings.
|
static int |
NONE
No trace is written.
|
static int |
PATH_API
The invocation of API methods is added compared to
INFO_PATH_API . |
static int |
SHORT_DEBUG
Some more verbose information including limited data containers are added
compared to
INFO_PATH . |
Modifier and Type | Method and Description |
---|---|
void |
trace(int traceLevel,
String message)
Called when a trace message is being issued.
|
static final int NONE
static final int ERRORS
static final int ERROR_WARNING
static final int INFO_PATH_API
static final int PATH_API
INFO_PATH_API
.static final int INFO_PATH
PATH_API
.static final int SHORT_DEBUG
INFO_PATH
.static final int FULL_PATH
SHORT_DEBUG
, now all method invocations are traced (those that are traced at all).
Additionally, the metadata is added to data container traces.static final int FULL_DEBUG
void trace(int traceLevel, String message)
traceLevel
- the trace levelmessage
- the trace messageCopyright © 2024 SAP. All rights reserved.