Uses of Interface
org.apache.log4j.receivers.net.PortBased

Packages that use PortBased
Package
Description
 
  • Uses of PortBased in org.apache.log4j.receivers.net

    Classes in org.apache.log4j.receivers.net that implement PortBased
    Modifier and Type
    Class
    Description
    class 
    Multicast-based Appender.
    class 
    Multicast-based receiver.
    class 
    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 receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.
    private static final class 
    Socket detail.
    class 
    Sends log information as a UDP datagrams.
    class 
    Receive LoggingEvents encoded with an XMLLayout, convert the XML data to a LoggingEvent and post the LoggingEvent.
    class 
    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.