Class TransportLoggerFactorySPI

java.lang.Object
org.apache.activemq.transport.TransportLoggerFactorySPI
All Implemented Interfaces:
org.apache.activemq.TransportLoggerSupport.SPI

public class TransportLoggerFactorySPI extends Object implements org.apache.activemq.TransportLoggerSupport.SPI
Author:
Hiram Chirino
  • Constructor Details

    • TransportLoggerFactorySPI

      public TransportLoggerFactorySPI()
  • Method Details

    • createTransportLogger

      public org.apache.activemq.transport.Transport createTransportLogger(org.apache.activemq.transport.Transport transport) throws IOException
      Specified by:
      createTransportLogger in interface org.apache.activemq.TransportLoggerSupport.SPI
      Throws:
      IOException
    • createTransportLogger

      public org.apache.activemq.transport.Transport createTransportLogger(org.apache.activemq.transport.Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort) throws IOException
      Specified by:
      createTransportLogger in interface org.apache.activemq.TransportLoggerSupport.SPI
      Throws:
      IOException