Uses of Class
org.apache.logging.log4j.core.config.plugins.util.PluginRegistry
-
Packages that use PluginRegistry Package Description org.apache.logging.log4j.core.config.plugins.util Utility and manager classes for Log4j 2 plugins. -
-
Uses of PluginRegistry in org.apache.logging.log4j.core.config.plugins.util
Fields in org.apache.logging.log4j.core.config.plugins.util declared as PluginRegistry Modifier and Type Field Description private static PluginRegistry
PluginRegistry. INSTANCE
Methods in org.apache.logging.log4j.core.config.plugins.util that return PluginRegistry Modifier and Type Method Description static PluginRegistry
PluginRegistry. getInstance()
Returns the global PluginRegistry instance.
-