|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Log4jMBean
Log4JMBean interface.
| Method Summary | |
|---|---|
void |
activateDebug(java.lang.String category)
Set the log level of the specified logging categorie to debug. |
void |
activateError(java.lang.String category)
Set the log level of the specified logging categorie to error. |
void |
activateFatal(java.lang.String category)
Set the log level of the specified logging categorie to fatal. |
void |
activateInfo(java.lang.String category)
Set the log level of the specified logging categorie to info. |
void |
activateTrace(java.lang.String category)
Set the log level of the specified logging categorie to trace. |
void |
activateWarn(java.lang.String category)
Set the log level of the specified logging categorie to warn. |
| Method Detail |
|---|
void activateTrace(java.lang.String category)
trace.
category - void activateInfo(java.lang.String category)
info.
category - void activateDebug(java.lang.String category)
debug.
category - void activateWarn(java.lang.String category)
warn.
category - void activateError(java.lang.String category)
error.
category - void activateFatal(java.lang.String category)
fatal.
category -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||