Uses of Interface
org.apache.log4j.plugins.Plugin
Packages that use Plugin
Package
Description
The org.apache.log4j.db package provides means to append logging events
into various databases.
-
Uses of Plugin in org.apache.log4j.chainsaw
Classes in org.apache.log4j.chainsaw that implement PluginModifier and TypeClassDescriptionclassClass designed to stress, and/or test the Chainsaw GUI by sending it lots of Logging Events. -
Uses of Plugin in org.apache.log4j.chainsaw.plugins
Classes in org.apache.log4j.chainsaw.plugins that implement PluginMethods in org.apache.log4j.chainsaw.plugins with parameters of type Plugin -
Uses of Plugin in org.apache.log4j.chainsaw.receivers
Fields in org.apache.log4j.chainsaw.receivers declared as PluginModifier and TypeFieldDescriptionprivate PluginPluginPropertyEditorPanel.pluginprivate final PluginPluginPropertyEditorPanel.PluginPropertyTableModel.pluginMethods in org.apache.log4j.chainsaw.receivers that return PluginModifier and TypeMethodDescriptionNewReceiverDialogPanel.getPlugin()final PluginPluginPropertyEditorPanel.getPlugin()Methods in org.apache.log4j.chainsaw.receivers with parameters of type PluginModifier and TypeMethodDescription(package private) TreeNodeReceiversTreeModel.resolvePluginNode(Plugin p) final voidConstructors in org.apache.log4j.chainsaw.receivers with parameters of type Plugin -
Uses of Plugin in org.apache.log4j.chainsaw.vfs
Classes in org.apache.log4j.chainsaw.vfs that implement PluginModifier and TypeClassDescriptionclassA VFS-enabled version of org.apache.log4j.varia.LogFilePatternReceiver. -
Uses of Plugin in org.apache.log4j.chainsaw.zeroconf
Classes in org.apache.log4j.chainsaw.zeroconf that implement PluginModifier and TypeClassDescriptionclassThis plugin is designed to detect specific Zeroconf zones (Rendevouz/Bonjour, whatever people are calling it) and allow the user to double click on 'devices' to try and connect to them with no configuration needed.Fields in org.apache.log4j.chainsaw.zeroconf with type parameters of type Plugin -
Uses of Plugin in org.apache.log4j.db
Classes in org.apache.log4j.db that implement PluginModifier and TypeClassDescriptionclassConverts log data stored in a database into LoggingEvents.class -
Uses of Plugin in org.apache.log4j.net
Classes in org.apache.log4j.net that implement PluginModifier and TypeClassDescriptionclassJMSReceiver receives a remote logging event on a configured JSM topic and "posts" it to a LoggerRepository as if the event was generated locally.classMulticast-based receiver.classReceive LoggingEvents encoded with an XMLLayout, convert the XML data to a LoggingEvent and post the LoggingEvent.classXMLSocketReceiver receives a remote logging event via XML on a configured socket and "posts" it to a LoggerRepository as if the event were generated locally.Methods in org.apache.log4j.net with parameters of type PluginModifier and TypeMethodDescriptionbooleanJMSReceiver.isEquivalent(Plugin testPlugin) Returns true if the receiver is the same class and they are configured for the same properties, and super class also considers them to be equivalent.booleanXMLSocketReceiver.isEquivalent(Plugin testPlugin) Returns true if the receiver is the same class and they are configured for the same properties, and super class also considers them to be equivalent. -
Uses of Plugin in org.apache.log4j.plugins
Classes in org.apache.log4j.plugins that implement PluginModifier and TypeClassDescriptionclassA convienent abstract class for plugin subclasses that implements the basic methods of the Plugin interface.classDefines the base class for Receiver plugins.Fields in org.apache.log4j.plugins with type parameters of type PluginModifier and TypeFieldDescriptionPluginRegistry.pluginMapThe pluginMap is keyed by plugin name and contains plugins as values.Methods in org.apache.log4j.plugins that return PluginModifier and TypeMethodDescriptionPluginEvent.getPlugin()Returns the source Plugin of this event, which is simple the getSource() method casted to Plugin for convenience.PluginRegistry.stopPlugin(String pluginName) Stops a plugin by plugin name and repository.Methods in org.apache.log4j.plugins that return types with arguments of type PluginModifier and TypeMethodDescriptionPluginRegistry.getPlugins()Returns all the plugins for a given repository.Methods in org.apache.log4j.plugins with parameters of type PluginModifier and TypeMethodDescriptionvoidAdds a plugin to the plugin registry.private voidPluginRegistry.firePluginStarted(Plugin plugin) Calls the pluginStarted method on every registered PluginListener.private voidPluginRegistry.firePluginStopped(Plugin plugin) Calls the pluginStopped method for every registered PluginListner.booleanPlugin.isEquivalent(Plugin testPlugin) Returns true if the testPlugin is considered to be "equivalent" to the this plugin.booleanPluginSkeleton.isEquivalent(Plugin testPlugin) Returns true if the plugin has the same name and logger repository as the testPlugin passed in.Constructors in org.apache.log4j.plugins with parameters of type Plugin -
Uses of Plugin in org.apache.log4j.varia
Classes in org.apache.log4j.varia that implement PluginModifier and TypeClassDescriptionclassLogFilePatternReceiver can parse and tail log files, converting entries into LoggingEvents. -
Uses of Plugin in org.apache.log4j.xml
Classes in org.apache.log4j.xml that implement PluginModifier and TypeClassDescriptionclassLogFileXMLReceiver will read an xml-formated log file and make the events in the log file available to the log4j framework.