Uses of Interface
org.apache.log4j.spi.LoggerRepositoryEx
-
Packages that use LoggerRepositoryEx Package Description org.apache.log4j org.apache.log4j.plugins -
-
Uses of LoggerRepositoryEx in org.apache.log4j
Classes in org.apache.log4j that implement LoggerRepositoryEx Modifier and Type Class Description class
LoggerRepositoryExImpl
This class implements LoggerRepositoryEx by wrapping an existing LoggerRepository implementation and implementing the newly added capabilities. -
Uses of LoggerRepositoryEx in org.apache.log4j.plugins
Methods in org.apache.log4j.plugins that return LoggerRepositoryEx Modifier and Type Method Description LoggerRepositoryEx
PluginRegistry. getLoggerRepository()
Get logger repository.Constructors in org.apache.log4j.plugins with parameters of type LoggerRepositoryEx Constructor Description PluginRegistry(LoggerRepositoryEx repository)
Creates a new instance.
-