Uses of Class
org.apache.log.util.LoggerListener
-
Packages that use LoggerListener Package Description org.apache.log Avalon LogKit is the logging framework used throughout the Avalon project. -
-
Uses of LoggerListener in org.apache.log
Subclasses of LoggerListener in org.apache.log Modifier and Type Class Description private class
Hierarchy.InnerLoggerListener
Inner class to redirect to hierarchys real LoggerListener if any.Fields in org.apache.log declared as LoggerListener Modifier and Type Field Description private LoggerListener
Hierarchy. m_loggerListener
private LoggerListener
Logger. m_loggerListener
Methods in org.apache.log with parameters of type LoggerListener Modifier and Type Method Description void
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 LoggerListener Constructor Description Logger(ErrorHandler errorHandler, LoggerListener loggerListener, java.lang.String category, LogTarget[] logTargets, Logger parent)
Protected constructor for use inside the logging toolkit.
-