public interface ReportProvider
This interface can be used when wrapping a Processor into another
class which returns a result without providing a report.
Method Summary
Modifier and Type
Method and Description
ProcessingReportnewReport()
ProcessingReportnewReport(LogLevel logLevel)
ProcessingReportnewReport(LogLevel logLevel,
LogLevel exceptionThreshold)
ProcessingReport newReport()
ProcessingReport newReport(LogLevel logLevel)
logLevel - the new log levelProcessingReport newReport(LogLevel logLevel, LogLevel exceptionThreshold)
logLevel - the new log levelexceptionThreshold - the new exception thresholdCopyright © 2013. All Rights Reserved.