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, warn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public DevNullProcessingReport(LogLevel logLevel, LogLevel exceptionThreshold)
public DevNullProcessingReport(LogLevel logLevel)
public DevNullProcessingReport()
public void log(LogLevel level, ProcessingMessage message)
AbstractProcessingReport
Note that the message's log level will have been correctly set. The log level is passed as an argument for convenience.
log
in class AbstractProcessingReport
level
- the level of the messagemessage
- the message itselfCopyright © 2016. All rights reserved.