Package | Description |
---|---|
org.apache.avalon.framework.logger |
Abstract logging framework supporting pluggable logging mechanisms including LogKit, Log4J and the JDK 1.4 logging infrastructure.
|
Modifier and Type | Field and Description |
---|---|
private Logger |
AbstractLogEnabled.m_logger |
Modifier and Type | Method and Description |
---|---|
Logger |
Logger.getChildLogger(java.lang.String name)
Create a new child logger.
|
protected Logger |
AbstractLogEnabled.getLogger()
Helper method to allow sub-classes to aquire logger.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLogEnabled.enableLogging(Logger logger)
Set the components logger.
|
void |
LogEnabled.enableLogging(Logger logger)
Provide component with a logger.
|
protected void |
AbstractLogEnabled.setupLogger(java.lang.Object component,
Logger logger)
Helper method to setup other components with logger.
|