|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.core.util.BasicLogger
public class BasicLogger
Additional logger functionality shared by all loggers
| Constructor Summary | |
|---|---|
BasicLogger()
|
|
| 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 |
java.util.List<java.lang.Exception> |
getThrownException()
Retrieve all Exception this plugin has produced up to now |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicLogger()
| Method Detail |
|---|
public void addMessage(java.lang.Class<?> causingClass,
java.lang.String message)
causingClass - class that produces the problemmessage - describing the problempublic java.lang.String getMessage(java.lang.Class<?> causingClass)
causingClass - class that produces the problem
public void addException(java.lang.Exception e)
e - Exception to be added.public java.util.List<java.lang.Exception> getThrownException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||