Uses of Class
org.apache.log.util.LoggerListener
Packages that use LoggerListener
Package
Description
Avalon LogKit is the logging framework used throughout
the Avalon project.
-
Uses of LoggerListener in org.apache.log
Subclasses of LoggerListener in org.apache.logModifier and TypeClassDescriptionprivate classInner class to redirect to hierarchys real LoggerListener if any.Fields in org.apache.log declared as LoggerListenerModifier and TypeFieldDescriptionprivate LoggerListenerHierarchy.m_loggerListenerprivate final LoggerListenerLogger.m_loggerListenerMethods in org.apache.log with parameters of type LoggerListenerModifier and TypeMethodDescriptionvoidHierarchy.addLoggerListener(LoggerListener loggerListener) Set the LoggerListener associated with hierarchy.voidHierarchy.removeLoggerListener(LoggerListener loggerListener) Remove the LoggerListener associated with hierarchy.Constructors in org.apache.log with parameters of type LoggerListenerModifierConstructorDescription(package private)Logger(ErrorHandler errorHandler, LoggerListener loggerListener, String category, LogTarget[] logTargets, Logger parent) Protected constructor for use inside the logging toolkit.