public interface Reporter
| Modifier and Type | Method and Description |
|---|---|
void |
comment(xsbti.Position pos,
java.lang.String msg)
Report a comment.
|
boolean |
hasErrors()
Check whether the logger has received any error since last reset.
|
boolean |
hasWarnings()
Check whether the logger has received any warning since last reset.
|
void |
log(xsbti.Problem problem)
Log a message at a concrete position and with a concrete severity.
|
void |
printSummary()
Log a summary of the received output since the last reset.
|
xsbti.Problem[] |
problems()
Return a list of warnings and errors since the last reset.
|
void |
reset()
Reset logging and any accumulated error, warning, message or count.
|
void reset()
boolean hasErrors()
boolean hasWarnings()
void printSummary()
xsbti.Problem[] problems()
void log(xsbti.Problem problem)
void comment(xsbti.Position pos,
java.lang.String msg)