org.apache.logging.log4j.message
Interface TimestampMessage


public interface TimestampMessage

Messages that use this interface will cause the timestamp in the message to be used instead of the timestmap in the LogEvent.


Method Summary
 long getTimestamp()
          Returns the timestamp.
 

Method Detail

getTimestamp

long getTimestamp()
Returns the timestamp.

Returns:
The timestamp.


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.