Uses of Class
org.apache.log4j.plugins.Receiver
Packages that use Receiver
Package
Description
The org.apache.log4j.db package provides means to append logging events
into various databases.
-
Uses of Receiver in org.apache.log4j.chainsaw
Subclasses of Receiver in org.apache.log4j.chainsawModifier and TypeClassDescriptionclassClass designed to stress, and/or test the Chainsaw GUI by sending it lots of Logging Events. -
Uses of Receiver in org.apache.log4j.chainsaw.vfs
Subclasses of Receiver in org.apache.log4j.chainsaw.vfsModifier and TypeClassDescriptionclassA VFS-enabled version of org.apache.log4j.varia.LogFilePatternReceiver. -
Uses of Receiver in org.apache.log4j.db
Subclasses of Receiver in org.apache.log4j.dbModifier and TypeClassDescriptionclassConverts log data stored in a database into LoggingEvents.class -
Uses of Receiver in org.apache.log4j.net
Subclasses of Receiver in org.apache.log4j.netModifier 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.Constructors in org.apache.log4j.net with parameters of type ReceiverModifierConstructorDescriptionXMLSocketNode(String decoder, Socket socket, Receiver receiver) Constructor for socket and reciever. -
Uses of Receiver in org.apache.log4j.varia
Subclasses of Receiver in org.apache.log4j.variaModifier and TypeClassDescriptionclassLogFilePatternReceiver can parse and tail log files, converting entries into LoggingEvents. -
Uses of Receiver in org.apache.log4j.xml
Subclasses of Receiver in org.apache.log4j.xmlModifier and TypeClassDescriptionclassLogFileXMLReceiver will read an xml-formated log file and make the events in the log file available to the log4j framework.