|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiagnosticWriterI
Interface for objects that write diagnostic messages (informational, warning, and error messages) to a diagnostic output stream.
This interface is used to implement any kind of object class that that is capable of writing diagnostic messages (lines of text) to a diagnostic output stream.
DiagnosticOutputI
Field Summary | |
---|---|
static java.lang.String |
REV
Revision information. |
Method Summary | |
---|---|
void |
setOutput(DiagnosticOutputI out)
Establish the output stream to which diagnostic messages (warning and error messages) are written. |
Field Detail |
---|
static final java.lang.String REV
Method Detail |
---|
void setOutput(DiagnosticOutputI out)
out
- The diagnostic output stream.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |