org.apache.log4j.performance

Class NotLogging


public class NotLogging
extends java.lang.Object

Measure the performance of evaluating whether to log or not to log, but not actually logging.

This program takes two arguments, a string which should be "true" for testing shipped code performance and "false" for testing debug-enabled performance the second argument is the run length of the measurement loops.

The results of the measurement (should) show that

Author:
Ceki Gülcü

Method Summary

static void
main(argv[] )

Method Details

main

public static void main(argv[] )


Copyright 2000-2002 Apache Software Foundation.