public final class ConsoleProcessingReport extends AbstractProcessingReport
System.out
Constructor and Description |
---|
ConsoleProcessingReport() |
ConsoleProcessingReport(LogLevel logLevel) |
ConsoleProcessingReport(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 ConsoleProcessingReport(LogLevel logLevel, LogLevel exceptionThreshold)
public ConsoleProcessingReport(LogLevel logLevel)
public ConsoleProcessingReport()
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.