Example #1
0
 public P6SpyDriver3()
     throws ClassNotFoundException, InstantiationException, IllegalAccessException, SQLException {
   super(P6SpyDriver3.class.getName(), new P6CoreFactory());
   Throwable t = new Throwable();
   StringWriter sw = new StringWriter();
   t.printStackTrace(new PrintWriter(sw));
   P6LogQuery.debug("new spy driver: " + sw.toString());
 }