Package org.apache.activemq
Class TransportLoggerSupport
java.lang.Object
org.apache.activemq.TransportLoggerSupport
- Author:
- Hiram Chirino
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intDefault port to control the transport loggers through JMXstatic Stringstatic final TransportLoggerSupport.SPI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransportcreateTransportLogger(Transport transport) static TransportcreateTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort)
-
Field Details
-
defaultLogWriterName
-
defaultJmxPort
public static int defaultJmxPortDefault port to control the transport loggers through JMX -
spi
-
-
Constructor Details
-
TransportLoggerSupport
public TransportLoggerSupport()
-
-
Method Details
-
createTransportLogger
- Throws:
IOException
-
createTransportLogger
public static Transport createTransportLogger(Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort) throws IOException - Throws:
IOException
-