|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.netbeans.lib.cvsclient.util.Logger
Handles the logging of communication to and from the server
| Constructor Summary | |
Logger()
|
|
| Method Summary | |
static void |
logInput(char received)
Log a character received from the server. |
static void |
logInput(java.lang.String received)
Log a message received from the server. |
static void |
logOutput(java.lang.String sent)
Log a message sent to the server. |
static void |
setLogging(java.lang.String logPath)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Logger()
| Method Detail |
public static void setLogging(java.lang.String logPath)
public static void logInput(java.lang.String received)
received - the data received from the serverpublic static void logInput(char received)
received - the data received from the serverpublic static void logOutput(java.lang.String sent)
sent - the data sent to the server
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||