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()
ReportProviderpublic ProcessingReport newReport(LogLevel logLevel)
ReportProviderlogLevel - the new log levelpublic ProcessingReport newReport(LogLevel logLevel, LogLevel exceptionThreshold)
ReportProviderlogLevel - the new log levelexceptionThreshold - the new exception thresholdCopyright © 2013. All Rights Reserved.