|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Field Summary | |
static javax.management.ObjectName |
OBJECT_NAME
|
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
boolean |
getCatchSystemErr()
Get the catch System.err flag. |
boolean |
getCatchSystemOut()
Get the catch System.out flag. |
URL |
getConfigurationURL()
Get the Log4j configuration URL. |
boolean |
getLog4jQuietMode()
Get the org.apache.log4j.helpers.LogLog.setQuietMode flag |
String |
getLoggerLevel(String name)
Gets the level of the logger of the give name. |
int |
getRefreshPeriod()
Get the refresh period. |
void |
reconfigure()
Force the logging system to reconfigure. |
void |
reconfigure(String url)
Hack to reconfigure and change the URL. |
void |
setCatchSystemErr(boolean flag)
Set the catch System.err flag. |
void |
setCatchSystemOut(boolean flag)
Set the catch System.out flag. |
void |
setConfigurationURL(URL url)
Set the Log4j configuration URL. |
void |
setLog4jQuietMode(boolean flag)
Set the org.apache.log4j.helpers.LogLog.setQuietMode flag |
void |
setLoggerLevel(String name,
String levelName)
Sets the level for a logger of the give name. |
void |
setLoggerLevels(String list,
String levelName)
Sets the levels of each logger specified by the given comma seperated list of logger names. |
void |
setRefreshPeriod(int refreshPeriod)
Set the refresh period. |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Field Detail |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public void setCatchSystemOut(boolean flag)
flag
- True to enable, false to disable.public boolean getCatchSystemOut()
public void setCatchSystemErr(boolean flag)
flag
- True to enable, false to disable.public boolean getCatchSystemErr()
public boolean getLog4jQuietMode()
public void setLog4jQuietMode(boolean flag)
public int getRefreshPeriod()
public void setRefreshPeriod(int refreshPeriod)
public URL getConfigurationURL()
public void setConfigurationURL(URL url)
public void setLoggerLevel(String name, String levelName)
Values are trimmed before used.
name
- The name of the logger to change levellevelName
- The name of the level to change the logger to.public void setLoggerLevels(String list, String levelName)
list
- A comma seperated list of logger names.levelName
- The name of the level to change the logger to.setLoggerLevel(java.lang.String, java.lang.String)
public String getLoggerLevel(String name)
name
- The name of the logger to inspect.public void reconfigure() throws IOException
IOException
public void reconfigure(String url) throws IOException, MalformedURLException
url
- The new configuration url
IOException
MalformedURLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |