|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.ebi.intact.application.predict.util.PredictLogger
The logger for the Predict application.
Constructor Summary | |
PredictLogger()
|
Method Summary | |
static PredictLogger |
getInstance()
Returns the only instance of this class. |
void |
log(java.sql.SQLException sqle)
Logs the SQL exception using the logger |
void |
log(java.lang.String msg)
Logs a string. |
void |
log(java.lang.Throwable throwable)
Logs an exception. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PredictLogger()
Method Detail |
public static PredictLogger getInstance()
public void log(java.lang.String msg)
msg
- the string to log.public void log(java.lang.Throwable throwable)
throwable
- the exception to log.public void log(java.sql.SQLException sqle)
sqle
- the exception to log.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |