Uses of Interface
org.apache.log4j.spi.LoggerEventListener
-
Packages that use LoggerEventListener Package Description org.apache.log4j org.apache.log4j.spi -
-
Uses of LoggerEventListener in org.apache.log4j
Fields in org.apache.log4j declared as LoggerEventListener Modifier and Type Field Description private LoggerEventListenerLoggerRepositoryExImpl.HierarchyEventListenerProxy. listenerWrapper listener.Fields in org.apache.log4j with type parameters of type LoggerEventListener Modifier and Type Field Description private java.util.Map<LoggerEventListener,LoggerRepositoryExImpl.HierarchyEventListenerProxy>LoggerRepositoryExImpl. loggerEventListenersMap of HierarchyEventListener keyed by LoggingEventListener.Methods in org.apache.log4j with parameters of type LoggerEventListener Modifier and Type Method Description voidLoggerRepositoryExImpl. addLoggerEventListener(LoggerEventListener listener)Add aLoggerEventListenerto the repository.voidLoggerRepositoryExImpl. removeLoggerEventListener(LoggerEventListener listener)Remove aLoggerEventListenerfrom the repository.Constructors in org.apache.log4j with parameters of type LoggerEventListener Constructor Description HierarchyEventListenerProxy(LoggerEventListener l)Creates new instance. -
Uses of LoggerEventListener in org.apache.log4j.spi
Methods in org.apache.log4j.spi with parameters of type LoggerEventListener Modifier and Type Method Description voidLoggerRepositoryEx. addLoggerEventListener(LoggerEventListener listener)Add aLoggerEventListenerto the repository.voidLoggerRepositoryEx. removeLoggerEventListener(LoggerEventListener listener)Remove aLoggerEventListenerfrom the repository.
-