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 PluginRegistryLoggerRepositoryExImpl. pluginRegistryPlug in registry.Methods in org.apache.log4j that return PluginRegistry Modifier and Type Method Description PluginRegistryLoggerRepositoryExImpl. 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 PluginRegistryLogUI. pluginRegistryMethods in org.apache.log4j.chainsaw with parameters of type PluginRegistry Modifier and Type Method Description private voidLogUI. 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 PluginRegistryReceiversPanel. pluginRegistry -
Uses of PluginRegistry in org.apache.log4j.spi
Methods in org.apache.log4j.spi that return PluginRegistry Modifier and Type Method Description PluginRegistryLoggerRepositoryEx. getPluginRegistry()Return the PluginRegisty for this LoggerRepository.
-