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 class
Inner class to redirect to hierarchys real LoggerListener if any.Fields in org.apache.log declared as LoggerListenerModifier and TypeFieldDescriptionprivate LoggerListener
Hierarchy.m_loggerListener
private final LoggerListener
Logger.m_loggerListener
Methods in org.apache.log with parameters of type LoggerListenerModifier and TypeMethodDescriptionvoid
Hierarchy.addLoggerListener
(LoggerListener loggerListener) Set the LoggerListener associated with hierarchy.void
Hierarchy.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.