Uses of Class
org.apache.log4j.component.spi.ComponentBase
-
Packages that use ComponentBase 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.db.dialect org.apache.log4j.receivers.net org.apache.log4j.receivers.varia org.apache.log4j.receivers.xml -
-
Uses of ComponentBase in org.apache.log4j.component.plugins
Subclasses of ComponentBase in org.apache.log4j.component.plugins Modifier and Type Class Description classPluginSkeletonA convienent abstract class for plugin subclasses that implements the basic methods of the Plugin interface.classReceiverDefines the base class for Receiver plugins. -
Uses of ComponentBase in org.apache.log4j.receivers.db
Subclasses of ComponentBase in org.apache.log4j.receivers.db Modifier and Type Class Description classConnectionSourceSkeletonclassCustomSQLDBReceiverConverts log data stored in a database into LoggingEvents.classDataSourceConnectionSourceThe DataSourceConnectionSource is an implementation ofConnectionSourcethat obtains the Connection in the recommended JDBC manner based on aDataSource.classDBReceiver(package private) classDBReceiverJobActual retrieval of data is made by the instance of DBReceiverJob associated with DBReceiver.classDriverManagerConnectionSourceThe DriverManagerConnectionSource is an implementation ofConnectionSourcethat obtains the Connection in the traditional JDBC manner based on the connection URL.classJNDIConnectionSourceTheJNDIConnectionSource is an implementation ofConnectionSourcethat obtains aDataSourcefrom 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 Modifier and Type Class Description classUtil -
Uses of ComponentBase in org.apache.log4j.receivers.net
Subclasses of ComponentBase 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.classSocketNode13ReadLoggingEventobjects sent from a remote client using Sockets (TCP).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.classXMLSocketNodeReadLoggingEventobjects sent from a remote client using XML over Sockets (TCP).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 ComponentBase in org.apache.log4j.receivers.varia
Subclasses of ComponentBase in org.apache.log4j.receivers.varia Modifier and Type Class Description classLogFilePatternReceiverLogFilePatternReceiver 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.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.
-