public class Slf4jLog extends AbstractLogger
| Constructor and Description |
|---|
Slf4jLog() |
Slf4jLog(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
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 thrown)
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.
|
java.lang.String |
toString() |
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
|
getLoggerpublic Slf4jLog()
throws java.lang.Exception
java.lang.Exceptionpublic Slf4jLog(java.lang.String name)
public java.lang.String getName()
public void warn(java.lang.String msg,
java.lang.Object... args)
Loggermsg - the formatting stringargs - the optional argumentspublic void warn(java.lang.Throwable thrown)
Loggerthrown - the Throwable to logpublic void warn(java.lang.String msg,
java.lang.Throwable thrown)
Loggermsg - the message to logthrown - the Throwable to logpublic void info(java.lang.String msg,
java.lang.Object... args)
Loggermsg - the formatting stringargs - the optional argumentspublic void info(java.lang.Throwable thrown)
Loggerthrown - the Throwable to logpublic void info(java.lang.String msg,
java.lang.Throwable thrown)
Loggermsg - the message to logthrown - the Throwable to logpublic void debug(java.lang.String msg,
java.lang.Object... args)
Loggermsg - the formatting stringargs - the optional argumentspublic void debug(java.lang.Throwable thrown)
Loggerthrown - the Throwable to logpublic void debug(java.lang.String msg,
java.lang.Throwable thrown)
Loggermsg - the message to logthrown - the Throwable to logpublic boolean isDebugEnabled()
public void setDebugEnabled(boolean enabled)
Loggerenabled - whether to enable the debug levelprotected Logger newLogger(java.lang.String fullname)
newLogger in class AbstractLoggerpublic void ignore(java.lang.Throwable ignored)
LoggerThis should be used rather than an empty catch block.
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013 FuseSource, Corp.. All Rights Reserved.