public File log4jConfigFile;
public boolean isVerbose;
public Options asOptions() {
Options opts = new Options();
opts.collection = this.collection;
opts.fairSchedulerPool = this.fairSchedulerPool;
opts.fanout = this.fanout;
opts.goLive = this.goLive;
opts.goLiveThreads = this.goLiveThreads;