|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.util.AbstractLogger
Partial implementation of Logger.
Implements the shorthand logXXXX(message) methods in terms
of the primitive log(XXXX, message) method.
Logger| Field Summary |
| Fields inherited from interface ucar.util.Logger |
ALERT, CRIT, DEBUG, EMERG, ERR, INFO, NOTICE, WARNING |
| Constructor Summary | |
AbstractLogger()
|
|
| Method Summary | |
void |
logDebug(String message)
Log the message
at priority Logger.DEBUG. |
void |
logError(String message)
Log the message
at priority Logger.ERR. |
void |
logInfo(String message)
Log the message
at priority Logger.INFO. |
protected void |
logLogException(IOException ioe,
String message)
Implementation hook to deal with internal exceptions. |
void |
logNotice(String message)
Log the message
at priority Logger.NOTICE. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ucar.util.Logger |
log, logUpTo |
| Constructor Detail |
public AbstractLogger()
| Method Detail |
protected void logLogException(IOException ioe,
String message)
IOException in the Logger
shorthand methods implemented here.
public void logError(String message)
message
at priority Logger.ERR.
logError in interface LoggerLogger.ERRpublic void logNotice(String message)
message
at priority Logger.NOTICE.
logNotice in interface LoggerLogger.NOTICEpublic void logInfo(String message)
message
at priority Logger.INFO.
logInfo in interface LoggerLogger.INFOpublic void logDebug(String message)
message
at priority Logger.DEBUG.
logDebug in interface LoggerLogger.DEBUG
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||