Uses of Class
org.apache.log4j.component.plugins.PluginSkeleton
-
Packages that use PluginSkeleton Package Description org.apache.log4j.component.plugins org.apache.log4j.receivers.db The org.apache.log4j.db package provides means to append logging events into various databases.org.apache.log4j.receivers.net org.apache.log4j.receivers.varia org.apache.log4j.receivers.xml -
-
Uses of PluginSkeleton in org.apache.log4j.component.plugins
Subclasses of PluginSkeleton in org.apache.log4j.component.plugins Modifier and Type Class Description classReceiverDefines the base class for Receiver plugins. -
Uses of PluginSkeleton in org.apache.log4j.receivers.db
Subclasses of PluginSkeleton in org.apache.log4j.receivers.db Modifier and Type Class Description classCustomSQLDBReceiverConverts log data stored in a database into LoggingEvents.classDBReceiver -
Uses of PluginSkeleton in org.apache.log4j.receivers.net
Subclasses of PluginSkeleton in org.apache.log4j.receivers.net Modifier and Type Class Description classJMSReceiverJMSReceiver receives a remote logging event on a configured JSM topic and "posts" it to a LoggerRepository as if the event was generated locally.classMulticastReceiverMulticast-based receiver.classSocketHubReceiverSocketHubReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.classSocketReceiverSocketReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.classUDPReceiverReceive LoggingEvents encoded with an XMLLayout, convert the XML data to a LoggingEvent and post the LoggingEvent.classXMLSocketReceiverXMLSocketReceiver receives a remote logging event via XML on a configured socket and "posts" it to a LoggerRepository as if the event were generated locally. -
Uses of PluginSkeleton in org.apache.log4j.receivers.varia
Subclasses of PluginSkeleton in org.apache.log4j.receivers.varia Modifier and Type Class Description classLogFilePatternReceiverLogFilePatternReceiver can parse and tail log files, converting entries into LoggingEvents. -
Uses of PluginSkeleton in org.apache.log4j.receivers.xml
Subclasses of PluginSkeleton in org.apache.log4j.receivers.xml Modifier and Type Class Description classLogFileXMLReceiverLogFileXMLReceiver will read an xml-formated log file and make the events in the log file available to the log4j framework.
-