Uses of Class
org.apache.activemq.transport.TransportLogger
Packages that use TransportLogger
-
Uses of TransportLogger in org.apache.activemq.transport
Methods in org.apache.activemq.transport that return TransportLoggerModifier and TypeMethodDescriptionTransportLoggerFactory.createTransportLogger(org.apache.activemq.transport.Transport next) Creates a TransportLogger object, that will be inserted in the Transport Stack.TransportLoggerFactory.createTransportLogger(org.apache.activemq.transport.Transport next, int id, org.slf4j.Logger log, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxport) Creates a TransportLogger object, that will be inserted in the Transport Stack.TransportLoggerFactory.createTransportLogger(org.apache.activemq.transport.Transport next, String logWriterName, boolean useJmx, boolean startLogging, int jmxport) Creates a TransportLogger object, that will be inserted in the Transport Stack.TransportLoggerFactory.createTransportLogger(org.apache.activemq.transport.Transport next, org.slf4j.Logger log) Creates a TransportLogger object, that will be inserted in the Transport Stack.Constructors in org.apache.activemq.transport with parameters of type TransportLoggerModifierConstructorDescriptionTransportLoggerView(TransportLogger transportLogger, String nextTransportName, int id, ManagementContext managementContext) Constructor.