| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.codehaus.plexus.logging.AbstractLoggerManagerFields inherited from interface org.codehaus.plexus.logging.LoggerManager | |
ROLE | |
Constructor Summary | |
Method Summary | |
Logger |
|
int |
|
void |
|
void |
|
protected String |
|
public Logger getLoggerForComponent(String role)
- Specified by:
- getLoggerForComponent in interface LoggerManager
public int getThreshold(String role)
- Specified by:
- getThreshold in interface LoggerManager
public void returnComponentLogger(String role)
- Specified by:
- returnComponentLogger in interface LoggerManager
public void setThreshold(String role,
int threshold)
- Specified by:
- setThreshold in interface LoggerManager
protected String toMapKey(String role,
String roleHint)Creates a string key useful as keys inMap's.
- Parameters:
role- The component role.roleHint- The component role hint.
- Returns:
- Returns a string thats useful as a key for components.