|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkiwi.util.NullLoggingEndpoint
An implementation of LoggingEndpoint
that serves as a "bit
bucket," discarding all messages.
Field Summary |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullLoggingEndpoint()
NullLoggingEndpoint
.
Method Detail |
public void logMessage(int type, java.lang.String s)
logMessage
in interface LoggingEndpoint
type
- The message type; one of the static constants defined above.s
- 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 |