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 © 2016. All rights reserved.