org.infolayer.model
Class LogEntry

java.lang.Object
  extended byorg.infolayer.model.LogEntry

public class LogEntry
extends java.lang.Object

TODO: Replace by Java Logging Mechanism


Field Summary
 java.lang.Throwable exception
           
 boolean fatal
           
 java.lang.String message
           
 long time
           
 
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
 

Field Detail

time

public long time

message

public java.lang.String message

exception

public java.lang.Throwable exception

fatal

public boolean fatal
Constructor Detail

LogEntry

public LogEntry(java.lang.String message,
                java.lang.Throwable exception,
                boolean fatal)