Package 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 timestamp in
the LogEvent.
-
Method Summary
-
Method Details
-
getTimestamp
long getTimestamp()Returns the timestamp.- Returns:
- The timestamp.
-