org.springframework.amqp.rabbit.log4j
Class AmqpAppender.Event
java.lang.Object
org.springframework.amqp.rabbit.log4j.AmqpAppender.Event
- Enclosing class:
- AmqpAppender
protected class AmqpAppender.Event
- extends Object
Small helper class to encapsulate a LoggingEvent, its MDC properties, and the number of retries.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AmqpAppender.Event
public AmqpAppender.Event(org.apache.log4j.spi.LoggingEvent event,
Map properties)
getEvent
public org.apache.log4j.spi.LoggingEvent getEvent()
getProperties
public Map getProperties()
incrementRetries
public int incrementRetries()
Copyright © 2011. All Rights Reserved.