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()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sort
public Sort()
main
public static void main(String[] args)
Please notify me about new log4j releases.