|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jetty.util.log.AbstractLogger
org.eclipse.jetty.util.log.LoggerLog
public class LoggerLog
Constructor Summary | |
---|---|
LoggerLog(java.lang.Object logger)
|
Method Summary | |
---|---|
void |
debug(java.lang.String msg,
java.lang.Object... args)
Formats and logs at debug level. |
void |
debug(java.lang.String msg,
java.lang.Throwable th)
Logs the given message at debug level, with Throwable information. |
void |
debug(java.lang.Throwable thrown)
Logs the given Throwable information at debug level |
java.lang.String |
getName()
|
void |
ignore(java.lang.Throwable ignored)
Ignore an exception. |
void |
info(java.lang.String msg,
java.lang.Object... args)
Formats and logs at info level. |
void |
info(java.lang.String msg,
java.lang.Throwable thrown)
Logs the given message at info level, with Throwable information. |
void |
info(java.lang.Throwable thrown)
Logs the given Throwable information at info level |
boolean |
isDebugEnabled()
|
protected Logger |
newLogger(java.lang.String fullname)
Create a Child Logger of this Logger. |
void |
setDebugEnabled(boolean enabled)
Mutator used to turn debug on programmatically. |
void |
warn(java.lang.String msg,
java.lang.Object... args)
Formats and logs at warn level. |
void |
warn(java.lang.String msg,
java.lang.Throwable thrown)
Logs the given message at warn level, with Throwable information. |
void |
warn(java.lang.Throwable thrown)
Logs the given Throwable information at warn level |
Methods inherited from class org.eclipse.jetty.util.log.AbstractLogger |
---|
getLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggerLog(java.lang.Object logger)
Method Detail |
---|
public java.lang.String getName()
public void warn(java.lang.String msg, java.lang.Object... args)
Logger
msg
- the formatting stringargs
- the optional argumentspublic void warn(java.lang.Throwable thrown)
Logger
thrown
- the Throwable to logpublic void warn(java.lang.String msg, java.lang.Throwable thrown)
Logger
msg
- the message to logthrown
- the Throwable to logpublic void info(java.lang.String msg, java.lang.Object... args)
Logger
msg
- the formatting stringargs
- the optional argumentspublic void info(java.lang.Throwable thrown)
Logger
thrown
- the Throwable to logpublic void info(java.lang.String msg, java.lang.Throwable thrown)
Logger
msg
- the message to logthrown
- the Throwable to logpublic boolean isDebugEnabled()
public void setDebugEnabled(boolean enabled)
Logger
enabled
- whether to enable the debug levelpublic void debug(java.lang.String msg, java.lang.Object... args)
Logger
msg
- the formatting stringargs
- the optional argumentspublic void debug(java.lang.Throwable thrown)
Logger
thrown
- the Throwable to logpublic void debug(java.lang.String msg, java.lang.Throwable th)
Logger
msg
- the message to logth
- the Throwable to logpublic void ignore(java.lang.Throwable ignored)
Logger
This should be used rather than an empty catch block.
protected Logger newLogger(java.lang.String fullname)
newLogger
in class AbstractLogger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |