|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Logging endpoint interface. A logging endpoint accepts messages and writes them to a file, a graphical console window, or some other type of data sink.
Field Summary | |
static int |
ERROR
Error condition message type. |
static int |
INFO
Informational message type. |
static int |
STATUS
Status message type. |
static int |
WARNING
Warning message type. |
Method Summary | |
void |
close()
Close the logging endpoint. |
void |
logMessage(int type,
String message)
Accept a new message. |
Field Detail |
public static final int INFO
public static final int STATUS
public static final int WARNING
public static final int ERROR
Method Detail |
public void logMessage(int type, String message)
type
- The message type; one of the static constants defined above.message
- The message.public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |