]> This MBean allows to get and set Log4j specific options. See also resource:log4j.xml org.jboss.logging.Log4jService The default constructor Log4jService &defaultAttributes; The URL of the log4j.xml config file. ConfigurationURL java.net.URL Should data writen to standard error be caught and integrated into the log output. CatchSystemErr boolean Should data writen to standard output be caught and integrated into the log output. CatchSystemOut boolean Sets the log4j quite mode. For log4j 1.2.8 this must stay on true. Log4jQuietMode boolean The time in seconds between checking for new config. RefreshPeriod int Displays the log level of a given logger. getLoggerLevel The name of the logger to display. logger java.lang.String java.lang.String Sets the log level for a given logger. setLoggerLevel The name of the logger to set. logger java.lang.String The log level to set. level java.lang.String void Sets the levels of each logger specified by the given comma seperated list of logger names. setLoggerLevels The list of loggers loggers java.lang.String The log level to set level java.lang.String void Force the logging system to reconfigure. reconfigure void Force the logging system to reconfigure with the given URL. reconfigure The url for the new configuration. url java.lang.String void &defaultOperations;