System.setProperty("org.apache.commons.logging.simplelog.showdatetime", "true");
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire", "debug");
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient", "debug");
//*/
statistics = new TweetStatistics();
TimerTask logStatistics = new TimerTask() {
public void run() {
statistics.logAndClear();
}
};