|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoggingConsts | |
|---|---|
| com.sapportals.common | Provides classes and interfaces for creating logging and trace messages. |
| Uses of LoggingConsts in com.sapportals.common |
|---|
| Fields in com.sapportals.common declared as LoggingConsts | |
|---|---|
static LoggingConsts |
LoggingConsts.ERROR
A constant that represents a log message of error-level severity. |
static LoggingConsts |
LoggingConsts.FATAL
A constant that represents a log message of fatal-level severity. |
static LoggingConsts |
LoggingConsts.INFO
A constant that represents a log message of info-level severity. |
static LoggingConsts |
LoggingConsts.WARNING
A constant that represents a log message of warning-level severity. |
| Methods in com.sapportals.common with parameters of type LoggingConsts | |
|---|---|
boolean |
PPLogger.beLogged(LoggingConsts severity)
Indicates whether the logger is configured to write log entries for a specific severity. |
void |
PPLogger.log(LoggingConsts severity,
String message)
Writes a log message with a specific severity. |
void |
PPLogger.log(LoggingConsts severity,
String messageFormat,
String param1)
Writes a log message with a specific severity. |
void |
PPLogger.log(LoggingConsts severity,
String messageFormat,
String param1,
String param2)
Writes a log message with a specific severity. |
void |
PPLogger.log(LoggingConsts severity,
String messageFormat,
String param1,
String param2,
String param3)
Writes a log message with a specific severity. |
void |
PPLogger.log(LoggingConsts severity,
String messageFormat,
String param1,
String param2,
String param3,
String param4)
Writes a log message with a specific severity. |
|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||