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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisableAllTransportLoggers()Disable logging for all Transport Loggers at once.voidenableAllTransportLoggers()Enable logging for all Transport Loggers at once.voidreloadLog4jProperties()Reloads log4j.properties from the classpath
-
-
-
Method Detail
-
enableAllTransportLoggers
void enableAllTransportLoggers()
Enable logging for all Transport Loggers at once.
-
disableAllTransportLoggers
void disableAllTransportLoggers()
Disable logging for all Transport Loggers at once.
-
reloadLog4jProperties
void reloadLog4jProperties() throws Throwable
Reloads log4j.properties from the classpath- Throws:
Throwable
-
-