Package org.apache.activemq.transport
Interface TransportLoggerControlMBean
- All Known Implementing Classes:
TransportLoggerControl
public interface TransportLoggerControlMBean
MBean used to manage all of the TransportLoggers at once.
Avalaible operations:
-Enable logging for all TransportLoggers at once.
-Disable logging for all TransportLoggers at once.
- Author:
- David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
-
Method Summary
Modifier and TypeMethodDescriptionvoidDisable logging for all Transport Loggers at once.voidEnable logging for all Transport Loggers at once.voidReloads log4j.properties from the classpath
-
Method Details
-
enableAllTransportLoggers
void enableAllTransportLoggers()Enable logging for all Transport Loggers at once. -
disableAllTransportLoggers
void disableAllTransportLoggers()Disable logging for all Transport Loggers at once. -
reloadLog4jProperties
Reloads log4j.properties from the classpath- Throws:
Throwable
-