Uses of Class
org.apache.log4j.component.plugins.PluginRegistry
-
Packages that use PluginRegistry Package Description org.apache.log4j org.apache.log4j.component.spi -
-
Uses of PluginRegistry in org.apache.log4j
Fields in org.apache.log4j declared as PluginRegistry Modifier and Type Field Description private PluginRegistry
LoggerRepositoryExImpl. pluginRegistry
Plug in registry.Methods in org.apache.log4j that return PluginRegistry Modifier and Type Method Description PluginRegistry
LoggerRepositoryExImpl. getPluginRegistry()
Return the PluginRegisty for this LoggerRepository. -
Uses of PluginRegistry in org.apache.log4j.component.spi
Methods in org.apache.log4j.component.spi that return PluginRegistry Modifier and Type Method Description PluginRegistry
LoggerRepositoryEx. getPluginRegistry()
Return the PluginRegisty for this LoggerRepository.
-