public class SystemReporter extends EmptyReporter
SystemReporter reports feedback from within the manipulation process.| Constructor and Description |
|---|
SystemReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(String message,
Object... args)
Add a message in the error list.
|
void |
info(String message,
Object... args)
Add an informative message
It accepts a
Throwable as last argument. |
void |
setEnableTrace(boolean enableTrace) |
void |
trace(String message,
Object... args)
Add aa trace message
It accepts a
Throwable as last argument. |
void |
warn(String message,
Object... args)
Add a message in the warning list.
|
getErrors, getMessageArguments, getThrowable, getWarningspublic void setEnableTrace(boolean enableTrace)
public void trace(String message, Object... args)
ReporterThrowable as last argument.trace in interface Reportertrace in class EmptyReportermessage - trace message.args - message's argumentpublic void info(String message, Object... args)
ReporterThrowable as last argument.info in interface Reporterinfo in class EmptyReportermessage - info message.args - message's argumentpublic void warn(String message, Object... args)
ReporterThrowable as last argument.warn in interface Reporterwarn in class EmptyReportermessage - warning message.args - message's argumentpublic void error(String message, Object... args)
ReporterThrowable as last argument.error in interface Reportererror in class EmptyReportermessage - error message.args - message's argumentCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.