public abstract class AbstractReportProvider extends Object implements ReportProvider
Modifier and Type | Field and Description |
---|---|
protected LogLevel |
exceptionThreshold |
protected LogLevel |
logLevel |
Modifier | Constructor and Description |
---|---|
protected |
AbstractReportProvider(LogLevel logLevel,
LogLevel exceptionThreshold) |
protected final LogLevel logLevel
protected final LogLevel exceptionThreshold
public final ProcessingReport newReport()
newReport
in interface ReportProvider
protected abstract ProcessingReport doNewReport()
Copyright © 2013. All Rights Reserved.