Package org.apache.avalon.framework.logger


package org.apache.avalon.framework.logger
Abstract logging framework supporting pluggable logging mechanisms including LogKit, Log4J and the JDK 1.4 logging infrastructure.
  • Class
    Description
    Utility class to allow easy construction of components that will perform logging.
    Components that need to log can implement this interface to be provided Loggers.
    Deprecated.
    Use LogEnabled instead.
    This is a facade for the different logging subsystems.