|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the message typepublic interface ReportLog<T extends Message>
Report log interface for contributing to a report
Method Summary | |
---|---|
void |
error(T message)
Adds an error to the report. |
void |
info(T message)
Adds an info to the report. |
void |
warn(T message)
Adds a warning to the report. |
Method Detail |
---|
void warn(T message)
message
- the warning messagevoid error(T message)
message
- the error messagevoid info(T message)
message
- the info message
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |