| Package | Description |
|---|---|
| com.sapportals.common |
Provides classes and interfaces for creating logging and trace messages.
|
| Modifier and Type | Field and Description |
|---|---|
static LoggingConsts |
LoggingConsts.ALL
Deprecated.
A constant that represents a log message of all-level severity.
|
static LoggingConsts |
LoggingConsts.DEBUG
Deprecated.
A constant that represents a log message of debug-level severity.
|
static LoggingConsts |
LoggingConsts.ERROR
Deprecated.
A constant that represents a log message of error-level severity.
|
static LoggingConsts |
LoggingConsts.FATAL
Deprecated.
A constant that represents a log message of fatal-level severity.
|
static LoggingConsts |
LoggingConsts.INFO
Deprecated.
A constant that represents a log message of info-level severity.
|
static LoggingConsts |
LoggingConsts.PATH
Deprecated.
A constant that represents a log message of path-level severity.
|
static LoggingConsts |
LoggingConsts.WARNING
Deprecated.
A constant that represents a log message of warning-level severity.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PPLogger.beLogged(LoggingConsts severity)
Deprecated.
Indicates whether the logger is configured to write log entries for a specific severity.
|
void |
PPLogger.log(LoggingConsts severity,
String message)
Deprecated.
Writes a log message with a specific severity.
|
void |
PPLogger.log(LoggingConsts severity,
String messageFormat,
String param1)
Deprecated.
Writes a log message with a specific severity.
|
void |
PPLogger.log(LoggingConsts severity,
String messageFormat,
String param1,
String param2)
Deprecated.
Writes a log message with a specific severity.
|
void |
PPLogger.log(LoggingConsts severity,
String messageFormat,
String param1,
String param2,
String param3)
Deprecated.
Writes a log message with a specific severity.
|
void |
PPLogger.log(LoggingConsts severity,
String messageFormat,
String param1,
String param2,
String param3,
String param4)
Deprecated.
Writes a log message with a specific severity.
|
Copyright 2021 SAP SE Complete Copyright Notice