com.atlassian.core.logging
Class DatedLoggingEvent

java.lang.Object
  extended bycom.atlassian.core.logging.DatedLoggingEvent

public class DatedLoggingEvent
extends java.lang.Object


Constructor Summary
DatedLoggingEvent(long timeInMillis, org.apache.log4j.spi.LoggingEvent event)
           
 
Method Summary
 java.util.Date getDate()
           
 org.apache.log4j.spi.LoggingEvent getEvent()
           
 long getTimeInMillis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatedLoggingEvent

public DatedLoggingEvent(long timeInMillis,
                         org.apache.log4j.spi.LoggingEvent event)
Method Detail

getEvent

public org.apache.log4j.spi.LoggingEvent getEvent()

getTimeInMillis

public long getTimeInMillis()

getDate

public java.util.Date getDate()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.