|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.lib.cvsclient.util.Logger
public final class Logger
Handles the logging of communication to and from the server
| Constructor Summary | |
|---|---|
Logger()
|
|
| Method Summary | |
|---|---|
static void |
logInput(byte[] received)
Log a message received from the server. |
static void |
logInput(byte[] received,
int offset,
int len)
Log a message received from the server. |
static void |
logInput(char received)
Log a character received from the server. |
static void |
logOutput(byte[] 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(byte[] received)
received - the data received from the server
public static void logInput(byte[] received,
int offset,
int len)
received - the data received from the serverpublic static void logInput(char received)
received - the data received from the serverpublic static void logOutput(byte[] sent)
sent - the data sent to the server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||