|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Controller interface to control
loggers
associated with the
component this controller belong. Every loggers define in a component shared
the same base name and have a suffix (can be null
).
Method Summary | |
String |
getBaseName()
Returns the loggers' base name. |
Level |
getLoggerLevel(String loggerName)
Returns the current logging level of a logger |
void |
setBaseName(String name)
Sets the loggers' base name. |
void |
setLoggerLevel(String loggerName,
Level level)
Sets the logging level of a logger. |
Method Detail |
public void setBaseName(String name)
name
- the base namepublic String getBaseName()
public Level getLoggerLevel(String loggerName)
loggerName
- the name of the logger
public void setLoggerLevel(String loggerName, Level level)
loggerName
- the name of the loggerlevel
- a level
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |