| |
|
| java.lang.Object com.jeta.swingbuilder.debug.DebugLogger
DebugLogger | public class DebugLogger (Code) | | This class implements a client that sends System.out and System.err messages
to a server running on the same maching. This is used for debugging webstart
apps.
author: Jeff Tassin |
logMessage | public void logMessage(String msg)(Code) | | Helper method that sends a message to the logger only when debugging
|
sendRequest | public void sendRequest(String msg)(Code) | | Make a request of the server to do something
Parameters: req - a request object that is sent to the server and determineswhat the server should send back to the client the object returned by the server based on the request message |
sendRequest | public void sendRequest(LogRequest req)(Code) | | Make a request of the server to do something
Parameters: req - a request object that is sent to the server and determineswhat the server should send back to the client the object returned by the server based on the request message |
|
|
|