public final class DevNullProcessingReport extends AbstractProcessingReport
Use this class if all you are interested in is the processing status.
| Constructor and Description |
|---|
DevNullProcessingReport() |
DevNullProcessingReport(LogLevel logLevel) |
DevNullProcessingReport(LogLevel logLevel,
LogLevel exceptionThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
log(LogLevel level,
ProcessingMessage message)
The only method to be implemented when extending this class
|
debug, dispatch, error, fatal, getExceptionThreshold, getLogLevel, info, isSuccess, iterator, mergeWith, toString, warnpublic DevNullProcessingReport(LogLevel logLevel, LogLevel exceptionThreshold)
public DevNullProcessingReport(LogLevel logLevel)
public DevNullProcessingReport()
public void log(LogLevel level, ProcessingMessage message)
AbstractProcessingReportNote that the message's log level will have been correctly set. The log level is passed as an argument for convenience.
log in class AbstractProcessingReportlevel - the level of the messagemessage - the message itselfCopyright © 2013. All Rights Reserved.