Uses of Interface
org.apache.log4j.component.spi.Thresholdable
-
Packages that use Thresholdable 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 Thresholdable in org.apache.log4j.component.plugins
Classes in org.apache.log4j.component.plugins that implement Thresholdable Modifier and Type Class Description class
Receiver
Defines the base class for Receiver plugins. -
Uses of Thresholdable in org.apache.log4j.receivers.db
Classes in org.apache.log4j.receivers.db that implement Thresholdable Modifier and Type Class Description class
CustomSQLDBReceiver
Converts log data stored in a database into LoggingEvents.class
DBReceiver
-
Uses of Thresholdable in org.apache.log4j.receivers.net
Classes in org.apache.log4j.receivers.net that implement Thresholdable Modifier and Type Class Description 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. -
Uses of Thresholdable in org.apache.log4j.receivers.varia
Classes in org.apache.log4j.receivers.varia that implement Thresholdable Modifier and Type Class Description class
LogFilePatternReceiver
LogFilePatternReceiver can parse and tail log files, converting entries into LoggingEvents. -
Uses of Thresholdable in org.apache.log4j.receivers.xml
Classes in org.apache.log4j.receivers.xml that implement Thresholdable Modifier and Type Class Description class
LogFileXMLReceiver
LogFileXMLReceiver will read an xml-formated log file and make the events in the log file available to the log4j framework.
-