org.objectweb.jac.util
Class SpeedLog

java.lang.Object
  extended byorg.objectweb.jac.util.SpeedLog

public class SpeedLog
extends Object

Command line tool to perform log optimization with just4log


Constructor Summary
SpeedLog()
           
 
Method Summary
static void main(String[] args)
          Usage: java org.objectweb.jac.util.SpeedLog [ ...]
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpeedLog

public SpeedLog()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Usage: java org.objectweb.jac.util.SpeedLog [ ...]

Recursively optimize the loger invocations of in all .class files.

Throws:
IOException