public interface LoggerManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
org.apache.avalon.framework.logger.Logger |
getDefaultLogger()
Return the default Logger.
|
org.apache.avalon.framework.logger.Logger |
getLoggerForCategory(java.lang.String categoryName)
Return the Logger for the specified category.
|
org.apache.avalon.framework.logger.Logger getLoggerForCategory(java.lang.String categoryName)
org.apache.avalon.framework.logger.Logger getDefaultLogger()