Log4j 0.9.1

org.log4j.examples
Class NumberCruncherClient

java.lang.Object
  |
  +--org.log4j.examples.NumberCruncherClient

public class NumberCruncherClient
extends Object

NumberCruncherClient is a simple client for factoring integers. A remote NumberCruncher is contacted and asked to factor an integer. The factors returned by the NumberCruncherServer are displayed on the screen.

See source code of NumberCruncherClient for more details.

Usage: java  org.log4j.examples.NumberCruncherClient HOST
    where HOST is the machine where the NumberCruncherServer is running

Note that class files for the example code is not included in any of the distributed log4j jar files. You will have to add the directory /dir-where-you-unpacked-log4j/classes to your classpath before trying out the examples.

Author:
Ceki Gülcü

Constructor Summary
NumberCruncherClient()
           
 
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

NumberCruncherClient

public NumberCruncherClient()
Method Detail

main

public static void main(String[] args)

Log4j 0.9.1

Please notify me about new log4j releases.