|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.richfaces.JavaLogger
public class JavaLogger
That logger delegates all calls to the JDK Logger
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.richfaces.Logger |
---|
Logger.Level |
Field Summary | |
---|---|
static java.lang.String |
RICHFACES_LOG
|
Method Summary | |
---|---|
void |
debug(java.lang.CharSequence content)
|
void |
debug(java.lang.CharSequence content,
java.lang.Throwable error)
|
void |
debug(java.lang.Throwable error)
|
void |
error(java.lang.CharSequence content)
|
void |
error(java.lang.CharSequence content,
java.lang.Throwable error)
|
void |
error(java.lang.Throwable error)
|
void |
info(java.lang.CharSequence content)
|
void |
info(java.lang.CharSequence content,
java.lang.Throwable error)
|
void |
info(java.lang.Throwable error)
|
boolean |
isDebugEnabled()
|
boolean |
isErrorEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isLogEnabled(Logger.Level level)
|
boolean |
isWarnEnabled()
|
void |
log(Logger.Level level,
java.lang.CharSequence content)
|
void |
log(Logger.Level level,
java.lang.CharSequence content,
java.lang.Throwable error)
|
void |
log(Logger.Level level,
java.lang.Throwable error)
|
void |
warn(java.lang.CharSequence content)
|
void |
warn(java.lang.CharSequence content,
java.lang.Throwable error)
|
void |
warn(java.lang.Throwable error)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RICHFACES_LOG
Method Detail |
---|
public void debug(java.lang.CharSequence content)
Logger
debug
in interface Logger
public void debug(java.lang.CharSequence content, java.lang.Throwable error)
Logger
debug
in interface Logger
public void debug(java.lang.Throwable error)
Logger
debug
in interface Logger
public void error(java.lang.CharSequence content)
Logger
error
in interface Logger
public void error(java.lang.CharSequence content, java.lang.Throwable error)
Logger
error
in interface Logger
public void error(java.lang.Throwable error)
Logger
error
in interface Logger
public void info(java.lang.CharSequence content)
Logger
info
in interface Logger
public void info(java.lang.CharSequence content, java.lang.Throwable error)
Logger
info
in interface Logger
public void info(java.lang.Throwable error)
Logger
info
in interface Logger
public boolean isDebugEnabled()
Logger
isDebugEnabled
in interface Logger
public boolean isErrorEnabled()
Logger
isErrorEnabled
in interface Logger
public boolean isInfoEnabled()
Logger
isInfoEnabled
in interface Logger
public boolean isWarnEnabled()
Logger
isWarnEnabled
in interface Logger
public void warn(java.lang.CharSequence content)
Logger
warn
in interface Logger
public void warn(java.lang.CharSequence content, java.lang.Throwable error)
Logger
warn
in interface Logger
public void warn(java.lang.Throwable error)
Logger
warn
in interface Logger
public boolean isLogEnabled(Logger.Level level)
Logger
isLogEnabled
in interface Logger
public void log(Logger.Level level, java.lang.CharSequence content)
Logger
log
in interface Logger
public void log(Logger.Level level, java.lang.CharSequence content, java.lang.Throwable error)
Logger
log
in interface Logger
public void log(Logger.Level level, java.lang.Throwable error)
Logger
log
in interface Logger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |