|
Log4j 1.3alpha-3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Thresholdable | |
org.apache.log4j.chainsaw | Chainsaw is a GUI log viewer and filter for the log4j package. |
org.apache.log4j.db | The org.apache.log4j.db package provides means to append logging events into various databases. |
org.apache.log4j.net | Package for remote logging. |
org.apache.log4j.plugins | |
org.apache.log4j.varia | Contains various appenders, filters and other odds and ends. |
Uses of Thresholdable in org.apache.log4j.chainsaw |
Classes in org.apache.log4j.chainsaw that implement Thresholdable | |
class |
Generator
Class designed to stress, and/or test the Chainsaw GUI by sending it lots of Logging Events. |
Uses of Thresholdable in org.apache.log4j.db |
Classes in org.apache.log4j.db that implement Thresholdable | |
class |
DBReceiver
|
Uses of Thresholdable in org.apache.log4j.net |
Classes in org.apache.log4j.net that implement Thresholdable | |
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.plugins |
Classes in org.apache.log4j.plugins that implement Thresholdable | |
class |
Receiver
Defines the base class for Receiver plugins. |
Uses of Thresholdable in org.apache.log4j.varia |
Classes in org.apache.log4j.varia that implement Thresholdable | |
class |
LogFilePatternReceiver
LogFilePatternReceiver can parse and tail log files, converting entries into LoggingEvents. |
|
Log4j 1.3alpha-3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |