|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILogger
This interface defines the methods provided by a logger used in this plugin
| Method Summary | |
|---|---|
void |
addException(java.lang.Exception e)
Add a new exception to the once that already occurred |
void |
addMessage(java.lang.Class<?> causingClass,
java.lang.String message)
Add a new message to the container, if the message container does not already contain any message from the causing class |
java.lang.String |
getMessage(java.lang.Class<?> causingClass)
Retrieve the problem message for a specific causing class |
void |
log(java.lang.Throwable e)
Add an error to the error Log. |
void |
logInfo(java.lang.Throwable e,
java.lang.String message)
Add an error to the error Log. |
void |
logWarning(java.lang.Throwable e)
Add an error to the warning Log. |
| Method Detail |
|---|
void log(java.lang.Throwable e)
e - Throwable to be loggedvoid logWarning(java.lang.Throwable e)
e - Throwable to be logged
void logInfo(java.lang.Throwable e,
java.lang.String message)
e - Throwable to be loggedmessage - to be logged
void addMessage(java.lang.Class<?> causingClass,
java.lang.String message)
causingClass - class that produces the problemmessage - describing the problemjava.lang.String getMessage(java.lang.Class<?> causingClass)
causingClass - class that produces the problem
void addException(java.lang.Exception e)
e - Exception to be added.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||