Package com.rabbitmq.client.impl
Class LogTrafficListener
java.lang.Object
com.rabbitmq.client.impl.LogTrafficListener
- All Implemented Interfaces:
- TrafficListener
TrafficListener that logs Command at TRACE level.
 
 This implementation checks whether the TRACE log level
 is enabled before logging anything. This TrafficListener
 should only be activated for debugging purposes, not in a production
 environment.
- Since:
- 5.5.0
- See Also:
- 
Field SummaryFields inherited from interface com.rabbitmq.client.TrafficListenerNO_OP
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
LogTrafficListenerpublic LogTrafficListener()
 
- 
- 
Method Details- 
writeDescription copied from interface:TrafficListenerNotified for each outboundCommand.- Specified by:
- writein interface- TrafficListener
- Parameters:
- outboundCommand-
 
- 
readDescription copied from interface:TrafficListenerNotified for each inboundCommand.- Specified by:
- readin interface- TrafficListener
- Parameters:
- inboundCommand-
 
- 
shouldLog
 
-