|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.cactus.util.log.BaseLogDummy
Dummy class that logs nothing.
Constructor Summary | |
BaseLogDummy(java.lang.String theCategoryName)
|
Method Summary | |
void |
debug(java.lang.String theMessage)
Log a DEBUG level message. |
void |
debug(java.lang.String theMessage,
java.lang.Throwable theThrowable)
Log a DEBUG level message along with an exception |
void |
entry(java.lang.String theMessage)
Used to log a message when entering a method. |
void |
error(java.lang.String theMessage)
Log an ERROR level message. |
void |
error(java.lang.String theMessage,
java.lang.Throwable theThrowable)
Log an ERROR level message along with an exception |
void |
error(java.lang.Throwable theThrowable)
Log an ERROR level exception only |
void |
exit(java.lang.String theMessage)
Used to log a message when exiting a method. |
void |
info(java.lang.String theMessage)
Log an INFO level message. |
void |
info(java.lang.String theMessage,
java.lang.Throwable theThrowable)
Log an INFO level message along with an exception |
boolean |
isDebugEnabled()
|
void |
warn(java.lang.String theMessage)
Log a WARNING level message. |
void |
warn(java.lang.String theMessage,
java.lang.Throwable theThrowable)
Log a WARNING level message along with an exception |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseLogDummy(java.lang.String theCategoryName)
theCategoryName
- the category's name. Usually, it is the full
name of the class being logged, including the package nameMethod Detail |
public void debug(java.lang.String theMessage)
debug
in interface Log
theMessage
- the message to logpublic void debug(java.lang.String theMessage, java.lang.Throwable theThrowable)
debug
in interface Log
theMessage
- the message to logtheThrowable
- the exception to logpublic void error(java.lang.String theMessage)
error
in interface Log
theMessage
- the message to logpublic void error(java.lang.String theMessage, java.lang.Throwable theThrowable)
error
in interface Log
theMessage
- the message to logtheThrowable
- the exception to logpublic void error(java.lang.Throwable theThrowable)
error
in interface Log
theMessage
- the message to logtheThrowable
- the exception to logpublic void info(java.lang.String theMessage)
info
in interface Log
theMessage
- the message to logpublic void info(java.lang.String theMessage, java.lang.Throwable theThrowable)
info
in interface Log
theMessage
- the message to logtheThrowable
- the exception to logpublic void warn(java.lang.String theMessage)
warn
in interface Log
theMessage
- the message to logpublic void warn(java.lang.String theMessage, java.lang.Throwable theThrowable)
warn
in interface Log
theMessage
- the message to logtheThrowable
- the exception to logpublic void entry(java.lang.String theMessage)
entry
in interface Log
theMessage
- the message to logpublic void exit(java.lang.String theMessage)
exit
in interface Log
theMessage
- the message to logpublic boolean isDebugEnabled()
isDebugEnabled
in interface Log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |