| Constructor and Description |
|---|
NoopLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String p_strMessage)
This method does nothing.
|
void |
debug(String p_strMessage,
Throwable p_e)
This method does nothing.
|
void |
error(String p_strMessage)
This method does nothing.
|
void |
error(String p_strMessage,
Throwable p_e)
This method does nothing.
|
void |
info(String p_strMessage)
This method does nothing.
|
void |
info(String p_strMessage,
Throwable p_e)
This method does nothing.
|
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(String p_strMessage)
This method does nothing.
|
void |
trace(String p_strMessage,
Throwable p_e)
This method does nothing.
|
void |
warn(String p_strMessage)
This method does nothing.
|
void |
warn(String p_strMessage,
Throwable p_e)
This method does nothing.
|
public boolean isErrorEnabled()
isErrorEnabled in interface Loggerfalse.Logger.isErrorEnabled().public void error(String p_strMessage)
public boolean isWarnEnabled()
isWarnEnabled in interface Loggerfalse.Logger.isWarnEnabled().public void warn(String p_strMessage)
public boolean isInfoEnabled()
isInfoEnabled in interface Loggerfalse.Logger.isInfoEnabled().public void info(String p_strMessage)
public boolean isDebugEnabled()
isDebugEnabled in interface Loggerfalse.Logger.isDebugEnabled().public void debug(String p_strMessage)
public boolean isTraceEnabled()
isTraceEnabled in interface Loggerfalse.Logger.isTraceEnabled().Copyright © 2009-2013 Alexander Veit. All Rights Reserved.