grace.log.test.performance
Class General

java.lang.Object
  |
  +--grace.log.test.performance.General

public class General
extends java.lang.Object
implements Handler

This installs a null Handler so that the performance of the Log system can be measured independently of the output device.


Inner Class Summary
static class General.ToPrint
           
 
Constructor Summary
General(java.lang.String prefix, java.lang.String name)
           
 
Method Summary
 void handle(Event event)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

General

public General(java.lang.String prefix,
               java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)

handle

public void handle(Event event)
Specified by:
handle in interface Handler