Uses of Interface
org.apache.log4j.net.PortBased
-
Packages that use PortBased Package Description org.apache.log4j.net -
-
Uses of PortBased in org.apache.log4j.net
Classes in org.apache.log4j.net that implement PortBased Modifier and Type Class Description class
MulticastAppender
Multicast-based Appender.class
MulticastReceiver
Multicast-based receiver.class
UDPAppender
Sends log information as a UDP datagrams.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.
-