| Package | Description |
|---|---|
| com.sapportals.common |
Provides classes and interfaces for creating logging and trace messages.
|
| Modifier and Type | Field and Description |
|---|---|
static TracingConsts |
TracingConsts.ALL
Deprecated.
A constant that represents a trace message of all-level severity.
|
static TracingConsts |
TracingConsts.DEBUG
Deprecated.
A constant that represents a trace message of debug-level severity.
|
static TracingConsts |
TracingConsts.ERROR
Deprecated.
A constant that represents a trace message of error-level severity.
|
static TracingConsts |
TracingConsts.FATAL
Deprecated.
A constant that represents a trace message of fatal-level severity.
|
static TracingConsts |
TracingConsts.INFO
Deprecated.
A constant that represents a trace message of info-level severity.
|
static TracingConsts |
TracingConsts.PATH
Deprecated.
A constant that represents a trace message of path-level severity.
|
static TracingConsts |
TracingConsts.WARNING
Deprecated.
A constant that represents a trace message of warning-level severity.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PPLogger.beTraced(TracingConsts severity)
Deprecated.
Indicates whether the logger is configured to write trace entries for a specific severity.
|
void |
PPLogger.trace(TracingConsts severity,
String subLoc,
String message)
Deprecated.
Writes a trace message with a specific severity and sub-location.
|
void |
PPLogger.trace(TracingConsts severity,
String subLoc,
String messageFormat,
String param1)
Deprecated.
Writes a trace message with a specific severity and sub-location.
|
void |
PPLogger.trace(TracingConsts severity,
String subLoc,
String messageFormat,
String param1,
String param2)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Writes a trace message with a specific severity and sub-location.
|
void |
PPLogger.traceThrowableT(TracingConsts severity,
String subLoc,
Throwable e)
Deprecated.
Writes a trace entry with a specific severity and sub-location.
|
void |
PPLogger.traceThrowableT(TracingConsts severity,
String subLoc,
Throwable e,
String message)
Deprecated.
Writes a trace message with a specific severity and sub-location.
|
Copyright 2021 SAP SE Complete Copyright Notice