|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.logger.NullLogger
public class NullLogger
This class swallows all logging output
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.bankframe.services.logger.ELogger |
|---|
ELogger.Context |
| Field Summary |
|---|
| Fields inherited from interface com.bankframe.services.logger.ELogger |
|---|
DEFAULT_CONTEXT |
| Constructor Summary | |
|---|---|
NullLogger()
Constructor for NullLogger. |
|
| Method Summary | |
|---|---|
void |
debug(String msg)
This method outputs a DEBUG level message |
void |
debug(String s,
Throwable throwable)
This method outputs a DEBUG level message |
void |
error(String s)
This method outputs a ERROR level message |
void |
error(String s,
Throwable throwable)
This method outputs a ERROR level message |
void |
fatal(String s)
This method outputs a FATAL level message |
void |
fatal(String s,
Throwable throwable)
This method outputs a FATAL level message |
ELogger.Context |
getContext()
This method returns the Logging context |
void |
info(String s)
This method outputs a INFO level message |
void |
info(String s,
Throwable throwable)
This method outputs a INFO level message |
boolean |
isDebugEnabled()
This method indicates whether debug level messages are enabled |
boolean |
isErrorEnabled()
This method indicates whether error level messages are enabled |
boolean |
isFatalEnabled()
This method indicates whether fatal level messages are enabled |
boolean |
isInfoEnabled()
This method indicates whether info level messages are enabled |
boolean |
isWarnEnabled()
This method indicates whether warn level messages are enabled |
void |
warn(String s)
This method outputs a WARN level message |
void |
warn(String s,
Throwable throwable)
This method outputs a WARN level message |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullLogger()
| Method Detail |
|---|
public boolean isDebugEnabled()
ELogger
isDebugEnabled in interface ELoggerELogger.isDebugEnabled()public boolean isInfoEnabled()
ELogger
isInfoEnabled in interface ELoggerELogger.isInfoEnabled()public boolean isWarnEnabled()
ELogger
isWarnEnabled in interface ELoggerELogger.isWarnEnabled()public boolean isErrorEnabled()
ELogger
isErrorEnabled in interface ELoggerELogger.isErrorEnabled()public boolean isFatalEnabled()
ELogger
isFatalEnabled in interface ELoggerELogger.isFatalEnabled()public void debug(String msg)
ELogger
debug in interface ELoggermsg - The message to print outELogger.debug(String)
public void debug(String s,
Throwable throwable)
ELogger
debug in interface ELoggers - String The message to print outthrowable - ThrowableELogger.debug(String, Throwable)public void info(String s)
ELogger
info in interface ELoggers - String The message to print outELogger.info(String)
public void info(String s,
Throwable throwable)
ELogger
info in interface ELoggers - String The message to print outthrowable - The Throwable associated with this messageELogger.info(String, Throwable)public void warn(String s)
ELogger
warn in interface ELoggers - String The message to print outELogger.warn(String)
public void warn(String s,
Throwable throwable)
ELogger
warn in interface ELoggers - String The message to print outthrowable - The Throwable associated with this messageELogger.warn(String, Throwable)public void error(String s)
ELogger
error in interface ELoggers - String The message to print outELogger.error(String)
public void error(String s,
Throwable throwable)
ELogger
error in interface ELoggers - String The message to print outthrowable - The Throwable associated with this messageELogger.error(String, Throwable)public void fatal(String s)
ELogger
fatal in interface ELoggers - String The message to print outELogger.fatal(String)
public void fatal(String s,
Throwable throwable)
ELogger
fatal in interface ELoggers - String The message to print outthrowable - The Throwable associated with this messageELogger.fatal(String, Throwable)public ELogger.Context getContext()
ELogger
getContext in interface ELoggerELogger.getContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||