|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TracingConsts | |
|---|---|
| com.sapportals.common | Provides classes and interfaces for creating logging and trace messages. |
| Uses of TracingConsts in com.sapportals.common |
|---|
| Fields in com.sapportals.common declared as TracingConsts | |
|---|---|
static TracingConsts |
TracingConsts.DEBUG
A constant that represents a trace message of debug-level severity. |
static TracingConsts |
TracingConsts.ERROR
A constant that represents a trace message of error-level severity. |
static TracingConsts |
TracingConsts.PATH
A constant that represents a trace message of path-level severity. |
| Methods in com.sapportals.common with parameters of type TracingConsts | |
|---|---|
boolean |
PPLogger.beTraced(TracingConsts severity)
Indicates whether the logger is configured to write trace entries for a specific severity. |
void |
PPLogger.trace(TracingConsts severity,
String subLoc,
String message)
Writes a trace message with a specific severity and sub-location. |
void |
PPLogger.trace(TracingConsts severity,
String subLoc,
String messageFormat,
String param1)
Writes a trace message with a specific severity and sub-location. |
void |
PPLogger.trace(TracingConsts severity,
String subLoc,
String messageFormat,
String param1,
String param2)
Writes a trace message with a specific severity and sub-location. |
void |
PPLogger.trace(TracingConsts severity,
String subLoc,
String messageFormat,
String param1,
String param2,
String param3)
Writes a trace message with a specific severity and sub-location. |
void |
PPLogger.trace(TracingConsts severity,
String subLoc,
String messageFormat,
String param1,
String param2,
String param3,
String param4)
Writes a trace message with a specific severity and sub-location. |
void |
PPLogger.traceThrowableT(TracingConsts severity,
String subLoc,
Throwable e)
Writes a trace entry with a specific severity and sub-location. |
void |
PPLogger.traceThrowableT(TracingConsts severity,
String subLoc,
Throwable e,
String message)
Writes a trace message with a specific severity and sub-location. |
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||