chapters.appenders.socket
Class SocketClient2

java.lang.Object
  extended by chapters.appenders.socket.SocketClient2

public class SocketClient2
extends Object

This application uses a SocketAppender that log messages to a server on a host and port specified by the user. It waits for the user to type a message which will be sent to the server.


Constructor Summary
SocketClient2()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketClient2

public SocketClient2()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2005-2013 QOS.ch. All Rights Reserved.