logahawk.listeners
Class LogListenerEntry
java.lang.Object
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 Listener
s consume it. (That does not mean that implementations need to use this intermediate representation. Some
classes may find it useful though.)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogListenerEntry
public LogListenerEntry(LogMeta meta,
String text)
getText
public String getText()
getLogMeta
public LogMeta getLogMeta()