Uses of Class
org.apache.log4j.component.spi.ComponentBase
Packages that use ComponentBase
Package
Description
The org.apache.log4j.db package provides means to append logging events
into various databases.
-
Uses of ComponentBase in org.apache.log4j.component.plugins
Subclasses of ComponentBase in org.apache.log4j.component.pluginsModifier and TypeClassDescriptionclass
A convienent abstract class for plugin subclasses that implements the basic methods of the Plugin interface.class
Defines the base class for Receiver plugins. -
Uses of ComponentBase in org.apache.log4j.receivers.db
Subclasses of ComponentBase in org.apache.log4j.receivers.dbModifier and TypeClassDescriptionclass
class
Converts log data stored in a database into LoggingEvents.class
The DataSourceConnectionSource is an implementation ofConnectionSource
that obtains the Connection in the recommended JDBC manner based on aDataSource
.class
(package private) class
Actual retrieval of data is made by the instance of DBReceiverJob associated with DBReceiver.class
The DriverManagerConnectionSource is an implementation ofConnectionSource
that obtains the Connection in the traditional JDBC manner based on the connection URL.class
TheJNDIConnectionSource is an implementation ofConnectionSource
that obtains aDataSource
from a JNDI provider and uses it to obtain aConnection
. -
Uses of ComponentBase in org.apache.log4j.receivers.db.dialect
Subclasses of ComponentBase in org.apache.log4j.receivers.db.dialect -
Uses of ComponentBase in org.apache.log4j.receivers.net
Subclasses of ComponentBase in org.apache.log4j.receivers.netModifier and TypeClassDescriptionclass
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
Multicast-based receiver.class
SocketHubReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.class
ReadLoggingEvent
objects sent from a remote client using Sockets (TCP).class
SocketReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.class
Receive LoggingEvents encoded with an XMLLayout, convert the XML data to a LoggingEvent and post the LoggingEvent.class
ReadLoggingEvent
objects sent from a remote client using XML over Sockets (TCP).class
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. -
Uses of ComponentBase in org.apache.log4j.receivers.varia
Subclasses of ComponentBase in org.apache.log4j.receivers.variaModifier and TypeClassDescriptionclass
LogFilePatternReceiver can parse and tail log files, converting entries into LoggingEvents. -
Uses of ComponentBase in org.apache.log4j.receivers.xml
Subclasses of ComponentBase in org.apache.log4j.receivers.xmlModifier and TypeClassDescriptionclass
LogFileXMLReceiver will read an xml-formated log file and make the events in the log file available to the log4j framework.