Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » net » [javadoc | source]
org.apache.log4j.net
public class: SocketNode [javadoc | source]
java.lang.Object
   org.apache.log4j.net.SocketNode

All Implemented Interfaces:
    Runnable

Read LoggingEvent objects sent from a remote client using Sockets (TCP). These logging events are logged according to local policy, as if they were generated locally.

For example, the socket node might decide to log events to a local file and also resent them to a second socket node.

Field Summary
 Socket socket     
 LoggerRepository hierarchy     
 ObjectInputStream ois     
static  Logger logger     
Constructor:
 public SocketNode(Socket socket,
    LoggerRepository hierarchy) 
Method from org.apache.log4j.net.SocketNode Summary:
run
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.net.SocketNode Detail:
 public  void run()