|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deckfour.xes.logging.XLogging
public class XLogging
This class provides low-level logging for library components. Used for debugging.
| Nested Class Summary | |
|---|---|
static class |
XLogging.Importance
Defines the importance of logging messages. |
| Constructor Summary | |
|---|---|
XLogging()
|
|
| Method Summary | |
|---|---|
static void |
log(String message)
Logs the given message with debug importance. |
static void |
log(String message,
XLogging.Importance importance)
Logs a message. |
static void |
setListener(XLoggingListener listener)
Sets a new logging listener. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XLogging()
| Method Detail |
|---|
public static void setListener(XLoggingListener listener)
listener - New logging listener.public static void log(String message)
message - Message to be logged.
public static void log(String message,
XLogging.Importance importance)
message - Log message.importance - Message importance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||