Uses of Interface
org.apache.avalon.framework.logger.Logger
-
Packages that use Logger Package Description org.apache.avalon.framework.logger Abstract logging framework supporting pluggable logging mechanisms including LogKit, Log4J and the JDK 1.4 logging infrastructure. -
-
Uses of Logger in org.apache.avalon.framework.logger
Fields in org.apache.avalon.framework.logger declared as Logger Modifier and Type Field Description private LoggerAbstractLogEnabled. m_loggerMethods in org.apache.avalon.framework.logger that return Logger Modifier and Type Method Description LoggerLogger. getChildLogger(java.lang.String name)Create a new child logger.protected LoggerAbstractLogEnabled. getLogger()Helper method to allow sub-classes to aquire logger.Methods in org.apache.avalon.framework.logger with parameters of type Logger Modifier and Type Method Description voidAbstractLogEnabled. enableLogging(Logger logger)Set the components logger.voidLogEnabled. enableLogging(Logger logger)Provide component with a logger.protected voidAbstractLogEnabled. setupLogger(java.lang.Object component, Logger logger)Helper method to setup other components with logger.
-