|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkiwi.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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |