|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jupe.plugin.JupeLog
public final class JupeLog
The Jupe logging class.
Method Summary | |
---|---|
void |
addLogEntry(java.lang.String message,
boolean shouldBePrinted)
Adds a message to the log. |
static JupeLog |
getJupeLog()
Returns the JupeLog instance (Singleton). |
java.util.List |
getJupeLogList()
Returns the list of logged messages. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JupeLog getJupeLog()
public java.util.List getJupeLogList()
public void addLogEntry(java.lang.String message, boolean shouldBePrinted)
message
- the log messageshouldBePrinted
- if the message should be printed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |