Uses of Interface
org.apache.avalon.framework.logger.Logger
-
Packages that use Logger Package Description org.apache.avalon.framework.container Utilities supporting execution of component lifecycle stages.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.container
Methods in org.apache.avalon.framework.container with parameters of type Logger Modifier and Type Method Description static voidContainerUtil. enableLogging(java.lang.Object object, Logger logger)Supply specified object with Logger if it implements theLogEnabledinterface. -
Uses of Logger in org.apache.avalon.framework.logger
Classes in org.apache.avalon.framework.logger that implement Logger Modifier and Type Class Description classCommonsLoggerAn AvalonLoggerimplementation backed by a of commons lLogging.classConsoleLoggerLogger sending everything to the standard output streams.classJdk14LoggerThe default JDK 1.4 wrapper class for Logger.classLog4JLoggerThe default Log4J wrapper class for Logger.classLogKitLoggerThe default LogKit wrapper class for Logger.classNullLoggerThe Null Logger class.Fields in org.apache.avalon.framework.logger declared as Logger Modifier and Type Field Description private LoggerAbstractLogEnabled. m_loggerprotected LoggerLoggerAwareOutputStream. m_loggerLoggerreferenceprivate LoggerLogKit2AvalonLoggerAdapter. m_loggerThe Avalon Logger that we re-route to.Methods in org.apache.avalon.framework.logger that return Logger Modifier and Type Method Description LoggerCommonsLogger. getChildLogger(java.lang.String name)LoggerConsoleLogger. getChildLogger(java.lang.String name)Just returns this logger (ConsoleLoggeris not hierarchical).LoggerJdk14Logger. getChildLogger(java.lang.String name)Create a new child logger.LoggerLog4JLogger. getChildLogger(java.lang.String name)Create a new child logger.LoggerLogger. getChildLogger(java.lang.String name)Create a new child logger.LoggerLogKitLogger. getChildLogger(java.lang.String name)Create a new child logger.LoggerNullLogger. getChildLogger(java.lang.String name)Returns thisNullLogger.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 static org.apache.log.LoggerLogKit2AvalonLoggerAdapter. createLogger(Logger logger)Create a LogkitLoggerinstance that redirects to an AvalonLoggerinstance.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.Constructors in org.apache.avalon.framework.logger with parameters of type Logger Constructor Description LoggerAwareOutputStream(Logger logger)Constructor, creates instance of class.LogKit2AvalonLoggerAdapter(Logger logger)Constructor for an Adaptor.
-