Class LoggerConfigAdmin

java.lang.Object
org.apache.logging.log4j.core.jmx.LoggerConfigAdmin
All Implemented Interfaces:
LoggerConfigAdminMBean

public class LoggerConfigAdmin extends Object implements LoggerConfigAdminMBean
Implementation of the LoggerConfigAdminMBean interface.
  • Constructor Details

    • LoggerConfigAdmin

      public LoggerConfigAdmin(LoggerContext loggerContext, LoggerConfig loggerConfig)
      Constructs a new LoggerConfigAdmin with the specified LoggerContext and logger config.
      Parameters:
      loggerContext - used in the ObjectName for this mbean
      loggerConfig - the instrumented object
  • Method Details