Uses of Class
org.apache.log4j.plugins.PluginRegistry
-
Packages that use PluginRegistry Package Description org.apache.log4j org.apache.log4j.chainsaw org.apache.log4j.chainsaw.receivers org.apache.log4j.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.chainsaw
Fields in org.apache.log4j.chainsaw declared as PluginRegistry Modifier and Type Field Description private PluginRegistry
LogUI. pluginRegistry
Methods in org.apache.log4j.chainsaw with parameters of type PluginRegistry Modifier and Type Method Description private void
LogUI. initPlugins(PluginRegistry pluginRegistry)
-
Uses of PluginRegistry in org.apache.log4j.chainsaw.receivers
Fields in org.apache.log4j.chainsaw.receivers declared as PluginRegistry Modifier and Type Field Description private PluginRegistry
ReceiversPanel. pluginRegistry
-
Uses of PluginRegistry in org.apache.log4j.spi
Methods in org.apache.log4j.spi that return PluginRegistry Modifier and Type Method Description PluginRegistry
LoggerRepositoryEx. getPluginRegistry()
Return the PluginRegisty for this LoggerRepository.
-