public final class ListReportProvider extends AbstractReportProvider
ListProcessingReport
instancesexceptionThreshold, logLevel
Constructor and Description |
---|
ListReportProvider(LogLevel logLevel,
LogLevel exceptionThreshold) |
Modifier and Type | Method and Description |
---|---|
ProcessingReport |
newReport()
Generate a new report
|
ProcessingReport |
newReport(LogLevel logLevel)
Generate a new report with an adapted log level and the same exception
threshold
|
ProcessingReport |
newReport(LogLevel logLevel,
LogLevel exceptionThreshold)
Generate a new report with an adapted log level and exception threshold
|
public ProcessingReport newReport()
ReportProvider
public ProcessingReport newReport(LogLevel logLevel)
ReportProvider
logLevel
- the new log levelpublic ProcessingReport newReport(LogLevel logLevel, LogLevel exceptionThreshold)
ReportProvider
logLevel
- the new log levelexceptionThreshold
- the new exception thresholdCopyright © 2016. All rights reserved.