Package org.apache.log4j.chainsaw
Interface LoggerNameListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
LoggerNameTreePanel
,LogPanelLoggerTreeModel
Implementations are notified when new Logger names
are added to the related LoggerNameModel instance.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
loggerNameAdded
(String loggerName) Called by LoggerNameModel instances when a new unique Logger name string has been introduced into the modelvoid
reset()
Logger names were reset (used to clear the tree model)
-
Method Details
-
loggerNameAdded
Called by LoggerNameModel instances when a new unique Logger name string has been introduced into the model- Parameters:
loggerName
- the new, unique loggerName
-
reset
void reset()Logger names were reset (used to clear the tree model)
-