Package org.vietspider.common.io

Examples of org.vietspider.common.io.ExceptionWriter$TraceObject


    return LOG;
  }
 
  public ClientLog() {
    print = "true".equals(System.getProperty("vietspider.test"));
    writer = new ExceptionWriter("client/logs");
    new Thread(writer).start();
    new Thread(new CleanData()).start();
  }
View Full Code Here

TOP

Related Classes of org.vietspider.common.io.ExceptionWriter$TraceObject

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.