psmith 2003/06/26 16:02:40 Added: src/java/org/apache/log4j/chainsaw Details_SocketReceiver.html Removed: src/java/org/apache/log4j/chainsaw Details_SocketReceiver.properties Log: Rather than a resource bundle of plain text, it makes more sense to use HTML, which looks nicer. Revision Changes Path 1.1 jakarta-log4j/src/java/org/apache/log4j/chainsaw/Details_SocketReceiver.html Index: Details_SocketReceiver.html =================================================================== <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <Head><link rel="stylesheet" href="stylesheet.css" type="text/css"></head> <body> <B>Socket Receiver</b> <p>SocketReceiver compliments the SocketAppender. </p> <p>SocketReceiver listens on a specified port, accepting connections from remote sockets , de-serializes logging events received from these sockets, and posts them into Chainsaw's local Log4j environment allowing you to view them.</p> <p>Click here to see more information about SocketReceiver.</p> <p>Click <a href="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/net/SocketAppender.html">here</a> to see more information about SocketAppender.</p> </body> </html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]