|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for logging implementation classes
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 |
Method Detail |
public void debug(java.lang.String theMessage)
theMessage
- the message to logpublic void debug(java.lang.String theMessage, java.lang.Throwable theThrowable)
theMessage
- the message to logtheThrowable
- the exception to logpublic void error(java.lang.String theMessage)
theMessage
- the message to logpublic void error(java.lang.String theMessage, java.lang.Throwable theThrowable)
theMessage
- the message to logtheThrowable
- the exception to logpublic void error(java.lang.Throwable theThrowable)
theMessage
- the message to logtheThrowable
- the exception to logpublic void info(java.lang.String theMessage)
theMessage
- the message to logpublic void info(java.lang.String theMessage, java.lang.Throwable theThrowable)
theMessage
- the message to logtheThrowable
- the exception to logpublic void warn(java.lang.String theMessage)
theMessage
- the message to logpublic void warn(java.lang.String theMessage, java.lang.Throwable theThrowable)
theMessage
- the message to logtheThrowable
- the exception to logpublic void entry(java.lang.String theMessage)
theMessage
- the message to logpublic void exit(java.lang.String theMessage)
theMessage
- the message to logpublic boolean isDebugEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |