Log4j 1.3alpha-7

Uses of Interface
org.apache.log4j.plugins.Pauseable

Packages that use Pauseable
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.  
 

Uses of Pauseable in org.apache.log4j.db
 

Classes in org.apache.log4j.db that implement Pauseable
 class CustomSQLDBReceiver
          Converts log data stored in a database into LoggingEvents.
 class DBReceiver
           
 

Uses of Pauseable in org.apache.log4j.net
 

Classes in org.apache.log4j.net that implement Pauseable
 class MulticastReceiver
          Multicast-based receiver.
 class SocketNode
          Read LoggingEvent 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.
static class SocketReceiver.SocketDetail
           
 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.
 


Log4j 1.3alpha-7

Copyright 2000-2005 Apache Software Foundation.