Class Log4jConfiguratorMBean

  • All Implemented Interfaces:
    Cloneable, DynamicMBean, CloneableDynamicMBean

    public class Log4jConfiguratorMBean
    extends Object
    implements CloneableDynamicMBean
    MBean used to dynamically configure log4j. Simply all known and named loggers - including the root logger - are exposed as attributes of this MBean. The attribute's values represent the current level of the appropriate logger. Hint: This component itself uses log4j as the logging framework.
    Author:
    schwabmar
    See Also:
    Log4jConfigurator