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 Details

    • 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