|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Management interface for log4j
Field Summary | |
static java.lang.String |
OBJECT_NAME
The default name of the service |
Method Summary | |
java.lang.String |
getConfigurationPath()
Get the log4j.properties format config file path |
boolean |
getRefreshFlag()
Get the refresh flag. |
void |
setConfigurationPath(java.lang.String path)
Set the log4j.properties format config file path |
void |
setRefreshFlag(boolean flag)
Set the refresh flag. |
void |
start()
Configures the log4j framework using the current service properties and sets the service category to the log4j root Category. |
void |
stop()
Stops the log4j framework by calling the Category.shutdown() method. |
Field Detail |
public static final java.lang.String OBJECT_NAME
Method Detail |
public java.lang.String getConfigurationPath()
public void setConfigurationPath(java.lang.String path)
public boolean getRefreshFlag()
public void setRefreshFlag(boolean flag)
public void start() throws java.lang.Exception
public void stop()
Category.shutdown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |