Uses of Interface
org.apache.log4j.spi.Thresholdable
Packages that use Thresholdable
Package
Description
The org.apache.log4j.db package provides means to append logging events
into various databases.
-
Uses of Thresholdable in org.apache.log4j.chainsaw
Classes in org.apache.log4j.chainsaw that implement ThresholdableModifier and TypeClassDescriptionclassClass designed to stress, and/or test the Chainsaw GUI by sending it lots of Logging Events. -
Uses of Thresholdable in org.apache.log4j.chainsaw.vfs
Classes in org.apache.log4j.chainsaw.vfs that implement ThresholdableModifier and TypeClassDescriptionclassA VFS-enabled version of org.apache.log4j.varia.LogFilePatternReceiver. -
Uses of Thresholdable in org.apache.log4j.db
Classes in org.apache.log4j.db that implement ThresholdableModifier and TypeClassDescriptionclassConverts log data stored in a database into LoggingEvents.class -
Uses of Thresholdable in org.apache.log4j.net
Classes in org.apache.log4j.net that implement ThresholdableModifier 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. -
Uses of Thresholdable in org.apache.log4j.plugins
Classes in org.apache.log4j.plugins that implement Thresholdable -
Uses of Thresholdable in org.apache.log4j.varia
Classes in org.apache.log4j.varia that implement ThresholdableModifier and TypeClassDescriptionclassLogFilePatternReceiver can parse and tail log files, converting entries into LoggingEvents. -
Uses of Thresholdable in org.apache.log4j.xml
Classes in org.apache.log4j.xml that implement ThresholdableModifier and TypeClassDescriptionclassLogFileXMLReceiver will read an xml-formated log file and make the events in the log file available to the log4j framework.