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