Package org.apache.activemq
Interface TransportLoggerSupport.SPI
-
- All Known Implementing Classes:
TransportLoggerFactorySPI
- Enclosing class:
- TransportLoggerSupport
public static interface TransportLoggerSupport.SPI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Transport
createTransportLogger(Transport transport)
Transport
createTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort)
-
-
-
Method Detail
-
createTransportLogger
Transport createTransportLogger(Transport transport) throws IOException
- Throws:
IOException
-
createTransportLogger
Transport createTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort) throws IOException
- Throws:
IOException
-
-