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.
-
ClassesClassDescriptionDeprecated.This formatter extends ExtendedPatternFormatter so that CascadingExceptions are formatted with all nested exceptions.An Avalon
Logger
implementation backed by a of commons lLogging.Logger sending everything to the standard output streams.The default JDK 1.4 wrapper class for Logger.The default Log4J wrapper class for Logger.Logger aware output stream, characters written to thisOutputStream
are buffered until a newline character is encountered, or a flush() is called.A basic adapter that adapts an Avalon Logger to a Logkit Logger.The default LogKit wrapper class for Logger.The Null Logger class.
AbstractLogEnabled
instead.