Uses of Interface
org.apache.log4j.chainsaw.LoggerNameListener
-
Packages that use LoggerNameListener Package Description org.apache.log4j.chainsaw -
-
Uses of LoggerNameListener in org.apache.log4j.chainsaw
Classes in org.apache.log4j.chainsaw that implement LoggerNameListener Modifier and Type Class Description (package private) class
LoggerNameTreePanel
A panel that encapsulates the Logger Name tree, with associated actions and implements the Rule interface so that it can filter in/out events that do not match the users request for refining the view based on Loggers.(package private) class
LogPanelLoggerTreeModel
A TreeModel that represents the Loggers for a given LogPanelMethods in org.apache.log4j.chainsaw with parameters of type LoggerNameListener Modifier and Type Method Description void
ChainsawCyclicBufferTableModel. addLoggerNameListener(LoggerNameListener l)
void
LoggerNameModel. addLoggerNameListener(LoggerNameListener l)
void
LoggerNameModelSupport. addLoggerNameListener(LoggerNameListener l)
void
ChainsawCyclicBufferTableModel. removeLoggerNameListener(LoggerNameListener l)
void
LoggerNameModel. removeLoggerNameListener(LoggerNameListener l)
void
LoggerNameModelSupport. removeLoggerNameListener(LoggerNameListener l)
-