Uses of Interface
org.apache.log4j.net.NetworkBased

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

    Modifier and Type
    Interface
    Description
    interface 
    Net based entities that 'work with' an Address should consider implementing this interface so that they can be treated generically.
    interface 
    Net based entities that 'work with' a Port should consider implementing this interface so that they can be treated generically.
    Classes in org.apache.log4j.net that implement NetworkBased
    Modifier and Type
    Class
    Description
    class 
    Multicast-based Appender.
    class 
    Multicast-based receiver.
    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.