logahawk.listeners
Class LogListenerEntry

java.lang.Object
  extended by logahawk.listeners.LogListenerEntry

public class LogListenerEntry
extends Object

Very similar to the LogEntry, this class contains a formatted message String (from the original Object array, and a LogMeta instance. Conceptually this class represents the state after the Logger formats the message but before the Listeners consume it. (That does not mean that implementations need to use this intermediate representation. Some classes may find it useful though.)


Constructor Summary
LogListenerEntry(LogMeta meta, String text)
           
 
Method Summary
 LogMeta getLogMeta()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogListenerEntry

public LogListenerEntry(LogMeta meta,
                        String text)
Method Detail

getText

public String getText()

getLogMeta

public LogMeta getLogMeta()