public abstract class AbstractReportProvider extends Object implements ReportProvider
ReportProvider
This base implementation takes a log level and exception threshold, and generates a new processing report according to these parameters.
| Modifier and Type | Field and Description |
|---|---|
protected LogLevel |
exceptionThreshold |
protected LogLevel |
logLevel |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractReportProvider(LogLevel logLevel,
LogLevel exceptionThreshold)
Protected constructor
|
Copyright © 2013. All Rights Reserved.