|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sap.ip.me.api.logging.Severities
The severity constants for the Mobile Engine logging framework. The order of
the severity levels is: ALL, DEBUG, PATH, INFO, WARNING, ERROR, FATAL
DEBUG
: For debugging purpose, with extensive and low level information
PATH
: For tracing the execution flow, e.g. used in the context of entering and leaving a method, looping and branching operations
INFO
: Informational text, mostly for echoing what has been performed
WARNING
: Application can recover from anomaly, and fulfill the desired task, but need attention from developer/operator
ERROR
: Application can recover from error, but cannot fulfill desired task due to the error
FATAL
: Application cannot recover from error, and the severe situation causes fatal termination
Field Summary | |
static int |
ALL
Severity that indicates that all messages will be logged |
static int |
DEBUG
Severity for debugging purposes |
static int |
ERROR
Severity for errors (default severity for exceptions) |
static int |
FATAL
Severtiy for fatal errors |
static int |
INFO
Severity for information purposes (default severity for log messages) |
static int |
PATH
Severity for path information (used to log the execution path of the application) |
static int |
WARNING
Severity for warnings. |
Constructor Summary | |
Severities()
|
Method Summary | |
static java.lang.String |
getShortName(int severity)
Gets a short String representation for the given severity type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ALL
public static final int DEBUG
public static final int PATH
public static final int INFO
public static final int WARNING
public static final int ERROR
public static final int FATAL
Constructor Detail |
public Severities()
Method Detail |
public static java.lang.String getShortName(int severity)
severity
- The severity for the message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |