Class LogTrafficListener

java.lang.Object
com.rabbitmq.client.impl.LogTrafficListener
All Implemented Interfaces:
TrafficListener

public class LogTrafficListener extends Object implements 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:
  • Constructor Details

    • LogTrafficListener

      public LogTrafficListener()
  • Method Details