Uses of Interface
org.apache.log4j.plugins.Pauseable
Packages that use Pauseable
Package
Description
The org.apache.log4j.db package provides means to append logging events
into various databases.
-
Uses of Pauseable in org.apache.log4j.db
Classes in org.apache.log4j.db that implement PauseableModifier and TypeClassDescriptionclassConverts log data stored in a database into LoggingEvents.class -
Uses of Pauseable in org.apache.log4j.net
Classes in org.apache.log4j.net that implement PauseableModifier and TypeClassDescriptionclassMulticast-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.