Uses of Interface
org.apache.activemq.transport.LogWriter
-
Packages that use LogWriter Package Description org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.logwriters org.apache.activemq.util -
-
Uses of LogWriter in org.apache.activemq.transport
Constructors in org.apache.activemq.transport with parameters of type LogWriter Constructor Description TransportLogger(Transport next, org.slf4j.Logger log, boolean startLogging, LogWriter logWriter)
-
Uses of LogWriter in org.apache.activemq.transport.logwriters
Classes in org.apache.activemq.transport.logwriters that implement LogWriter Modifier and Type Class Description class
CustomLogWriter
Custom implementation of LogWriter interface.class
DefaultLogWriter
Implementation of LogWriter interface to keep ActiveMQ's old logging format. -
Uses of LogWriter in org.apache.activemq.util
Methods in org.apache.activemq.util that return LogWriter Modifier and Type Method Description LogWriter
LogWriterFinder. newInstance(String logWriterName)
Returns a LogWriter object, given a log writer name (for example "default", or "custom").
-