logahawk
Class LogEntry

java.lang.Object
  extended by logahawk.LogEntry

@Immutable
public class LogEntry
extends Object

Represents a single, un-formatted log entry. This class exists for Logger implementations that need to buffer log requests before being passed to another Logger. This class is similar to log4j's LoggingEvent.


Constructor Summary
LogEntry(LogMeta logMeta, Object[] arguments)
           
 
Method Summary
 Object[] getArguments()
           
 LogMeta getLogMeta()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntry

public LogEntry(LogMeta logMeta,
                Object[] arguments)
Method Detail

getArguments

public Object[] getArguments()

getLogMeta

public LogMeta getLogMeta()