|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.hungry.javacvs.util.CVSDebug
A generic interface to debugging spew.
To enable normal debugging info, define the property cvs.debug
To enable debugging info about the actual connection logic, define
the property cvs.conn.debug
| Constructor Summary | |
CVSDebug()
|
|
| Method Summary | |
static void |
connDebug(java.lang.String spew)
debug spew not related to the CVSConnection logic. |
static void |
debug(java.lang.String spew)
debug spew not relating to the CVSConnection logic. |
static java.io.Writer |
getDebugWriter()
get the current debug Writer. |
static boolean |
isConnectionDebuggingOn()
used to determine whether or not connection debugging as been turned on. |
static boolean |
isDebuggingOn()
used to determine whether or not debugging as been turned on. |
static void |
setDebugWriter(java.io.Writer new_writer)
allows the consumer to set the writer which the spew is routed to. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public CVSDebug()
| Method Detail |
public static void debug(java.lang.String spew)
spew - the string to be spewed.public static void connDebug(java.lang.String spew)
spew - the string to be spewed.public static boolean isDebuggingOn()
public static boolean isConnectionDebuggingOn()
public static void setDebugWriter(java.io.Writer new_writer)
new_writer - the writer to output debug messages to.public static java.io.Writer getDebugWriter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||