org.infolayer.model
Class LogEntry
java.lang.Object
org.infolayer.model.LogEntry
- public class LogEntry
- extends java.lang.Object
TODO: Replace by Java Logging Mechanism
Constructor Summary |
LogEntry(java.lang.String message,
java.lang.Throwable exception,
boolean fatal)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
time
public long time
message
public java.lang.String message
exception
public java.lang.Throwable exception
fatal
public boolean fatal
LogEntry
public LogEntry(java.lang.String message,
java.lang.Throwable exception,
boolean fatal)