Class PluginRegistry
java.lang.Object
org.apache.logging.log4j.plugins.model.PluginRegistry
Registry singleton for PluginType maps partitioned by source type and then by category names.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Resets the registry to an empty state.getNamespace
(String namespace) Gets the registered plugins for the given namespace.
-
Constructor Details
-
PluginRegistry
-
-
Method Details
-
clear
public void clear()Resets the registry to an empty state. -
getNamespace
Gets the registered plugins for the given namespace. If additional scan packages are provided, then plugins are scanned and loaded from there as well.
-