throw new MorphlineCompilationException("Directory not found: " + outputDir, config);
}
if (!outputDir.canWrite()) {
throw new MorphlineCompilationException("Directory not writeable: " + outputDir, config);
}
reporter.start(frequency, TimeUnit.NANOSECONDS);
reporters.put(outputDir, reporter);
}
}
}