Uses of Interface
org.apache.log4j.receivers.net.NetworkBased
Packages that use NetworkBased
-
Uses of NetworkBased in org.apache.log4j.receivers.net
Subinterfaces of NetworkBased in org.apache.log4j.receivers.netModifier and TypeInterfaceDescriptioninterfaceNet based entities that 'work with' an Address should consider implementing this interface so that they can be treated generically.interfaceNet based entities that 'work with' a Port should consider implementing this interface so that they can be treated generically.Classes in org.apache.log4j.receivers.net that implement NetworkBasedModifier and TypeClassDescriptionclassMulticast-based Appender.classMulticast-based receiver.classSocketHubReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally.classSocketReceiver 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 classSocket detail.classSends log information as a UDP datagrams.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.