Constructor and Description |
---|
HoldReporter()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
dumpReports(Reporter reporter)
Dumps all reports received to date to a supplied reporter.
|
void |
report(ReportCode code,
String msg)
Reports a message.
|
void |
report(ReportCode code,
String msg,
Throwable err)
Reports a message with an associated throwable.
|
public void report(ReportCode code, String msg)
Reporter
This convenience method is equivalent to calling
report(code,message,null)
public void report(ReportCode code, String msg, Throwable err)
Reporter
public void dumpReports(Reporter reporter)
reporter
- destination reporterCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.