Log4j 1.1b7

org.apache.log4j.examples
Class Sort

java.lang.Object
  |
  +--org.apache.log4j.examples.Sort

public class Sort
extends Object

Example code for log4j to viewed in conjunction with the SortAlgo class.

This program expects a configuration file name as its first argument, and the size of the array to sort as the second and last argument. See its source code for more details.

Play around with different values in the configuration file and watch the changing behavior.

Example configuration files sort1.lcf, sort2.lcf, sort3.lcf and sort4.lcf are supplied with the package.

If you are interested in logging performance, then have look at the Logging class.

Author:
Ceki Gülcü

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

Sort

public Sort()
Method Detail

main

public static void main(String[] args)

Log4j 1.1b7

Please notify me about new log4j releases.