|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--kiwi.util.NullLoggingEndpoint
An implementation of LoggingEndpoint
that serves as a "bit
bucket," discarding all messages.
Fields inherited from interface kiwi.util.LoggingEndpoint |
ERROR, INFO, STATUS, WARNING |
Constructor Summary | |
NullLoggingEndpoint()
Construct a new NullLoggingEndpoint . |
Method Summary | |
void |
close()
Close the logging endpoint. |
void |
logMessage(int type,
java.lang.String s)
Accept (and discard) a message. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public NullLoggingEndpoint()
NullLoggingEndpoint
.Method Detail |
public void logMessage(int type, java.lang.String s)
logMessage
in interface LoggingEndpoint
kiwi.util.LoggingEndpoint
type
- The message type; one of the static constants defined above.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 |