|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.util.AbstractLogger
public abstract class 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(java.lang.String message)
Log the message
at priority Logger.DEBUG . |
void |
logError(java.lang.String message)
Log the message
at priority Logger.ERR . |
void |
logInfo(java.lang.String message)
Log the message
at priority Logger.INFO . |
protected void |
logLogException(java.io.IOException ioe,
java.lang.String message)
Implementation hook to deal with internal exceptions. |
void |
logNotice(java.lang.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(java.io.IOException ioe, java.lang.String message)
IOException
in the Logger
shorthand methods implemented here.
public void logError(java.lang.String message)
message
at priority Logger.ERR
.
logError
in interface Logger
Logger.ERR
public void logNotice(java.lang.String message)
message
at priority Logger.NOTICE
.
logNotice
in interface Logger
Logger.NOTICE
public void logInfo(java.lang.String message)
message
at priority Logger.INFO
.
logInfo
in interface Logger
Logger.INFO
public void logDebug(java.lang.String message)
message
at priority Logger.DEBUG
.
logDebug
in interface Logger
Logger.DEBUG
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |