Uses of Interface
org.apache.log4j.component.plugins.Pauseable
-
Packages that use Pauseable Package Description 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 -
-
Uses of Pauseable in org.apache.log4j.receivers.db
Classes in org.apache.log4j.receivers.db that implement Pauseable Modifier and Type Class Description class
CustomSQLDBReceiver
Converts log data stored in a database into LoggingEvents.class
DBReceiver
-
Uses of Pauseable in org.apache.log4j.receivers.net
Classes in org.apache.log4j.receivers.net that implement Pauseable Modifier and Type Class Description class
MulticastReceiver
Multicast-based receiver.class
SocketNode13
ReadLoggingEvent
objects sent from a remote client using Sockets (TCP).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.private static class
SocketReceiver.SocketDetail
Socket detail.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.
-