|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--kiwi.util.RawLoggingEndpoint
An implementation of LoggingEndpoint
for standard error.
Field Summary | |
private static java.lang.String[] |
types
|
Fields inherited from interface kiwi.util.LoggingEndpoint |
ERROR, INFO, STATUS, WARNING |
Constructor Summary | |
RawLoggingEndpoint()
Construct a new RawLoggingEndpoint . |
Method Summary | |
void |
close()
Close the logging endpoint. |
void |
logMessage(int type,
java.lang.String message)
Write a message to standard error. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static final java.lang.String[] types
Constructor Detail |
public RawLoggingEndpoint()
RawLoggingEndpoint
.Method Detail |
public void logMessage(int type, java.lang.String message)
logMessage
in interface LoggingEndpoint
type
- The message type; one of the constants defined in
LoggingEndpoint
.message
- The message.public void close()
close
in interface LoggingEndpoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |