Log4j 1.3alpha-1

Uses of Interface
org.apache.log4j.plugins.Plugin

Packages that use Plugin
org.apache.log4j.chainsaw Chainsaw is a GUI log viewer and filter for the log4j package.  
org.apache.log4j.chainsaw.plugins   
org.apache.log4j.chainsaw.receivers   
org.apache.log4j.db The org.apache.log4j.db package provides means to append logging events into various databases.  
org.apache.log4j.net Package for remote logging.  
org.apache.log4j.plugins   
org.apache.log4j.varia Contains various appenders, filters and other odds and ends.  
org.apache.log4j.xml XML based components.  
 

Uses of Plugin in org.apache.log4j.chainsaw
 

Classes in org.apache.log4j.chainsaw that implement Plugin
 class Generator
          Class 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 Plugin
 class GUIPluginSkeleton
           
 

Methods in org.apache.log4j.chainsaw.plugins with parameters of type Plugin
 boolean GUIPluginSkeleton.isEquivalent(Plugin testPlugin)
           
 

Uses of Plugin in org.apache.log4j.chainsaw.receivers
 

Methods in org.apache.log4j.chainsaw.receivers that return Plugin
 Plugin PluginPropertyEditorPanel.getPlugin()
           
 Plugin NewReceiverDialogPanel.getPlugin()
           
 

Methods in org.apache.log4j.chainsaw.receivers with parameters of type Plugin
 void PluginPropertyEditorPanel.setPlugin(Plugin plugin)
           
 

Uses of Plugin in org.apache.log4j.db
 

Classes in org.apache.log4j.db that implement Plugin
 class DBReceiver
           
 

Uses of Plugin in org.apache.log4j.net
 

Classes in org.apache.log4j.net that implement Plugin
 class JMSReceiver
          JMSReceiver receives a remote logging event on a configured JSM topic and "posts" it to a LoggerRepository as if the event was generated locally.
 class MulticastReceiver
          Multicast-based receiver.
 class SocketHubReceiver
          SocketHubReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.
 class SocketReceiver
          SocketReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.
 class UDPReceiver
          Receive LoggingEvents encoded with an XMLLayout, convert the XML data to a LoggingEvent and post the LoggingEvent.
 class XMLSocketReceiver
          XMLSocketReceiver 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 Plugin
 boolean XMLSocketReceiver.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.
 boolean SocketReceiver.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.
 boolean SocketHubReceiver.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.
 boolean JMSReceiver.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 Plugin
 class PluginSkeleton
          A convienent abstract class for plugin subclasses that implements the basic methods of the Plugin interface.
 class Receiver
          Defines the base class for Receiver plugins.
 

Methods in org.apache.log4j.plugins that return Plugin
 Plugin PluginRegistry.stopPlugin(java.lang.String pluginName)
          Stops a plugin by plugin name and repository.
 Plugin PluginEvent.getPlugin()
          Returns the source Plugin of this event, which is simple the getSource() method casted to Plugin for convenience.
 

Methods in org.apache.log4j.plugins with parameters of type Plugin
 boolean PluginSkeleton.isEquivalent(Plugin testPlugin)
          Returns true if the plugin has the same name and logger repository as the testPlugin passed in.
 void PluginRegistry.addPlugin(Plugin plugin)
          Adds a plugin to the plugin registry.
 boolean Plugin.isEquivalent(Plugin testPlugin)
          Returns true if the testPlugin is considered to be "equivalent" to the this plugin.
 

Uses of Plugin in org.apache.log4j.varia
 

Classes in org.apache.log4j.varia that implement Plugin
 class LogFilePatternReceiver
          LogFilePatternReceiver can parse and tail log files, converting entries into LoggingEvents.
 

Uses of Plugin in org.apache.log4j.xml
 

Methods in org.apache.log4j.xml that return Plugin
protected  Plugin DOMConfigurator.parsePlugin(Element pluginElement)
          Deprecated.  
 


Log4j 1.3alpha-1

Copyright 2000-2003 Apache Software Foundation.