net.spy.util
Class Debug

java.lang.Object
  extended bynet.spy.SpyObject
      extended bynet.spy.util.Debug
Direct Known Subclasses:
PoolDebug

Deprecated. use Logger instead

public class Debug
extends SpyObject

Generic Debug logger. Logs to a file that's listed in a System property, or does not log if the System property is not set.


Constructor Summary
Debug(String propname)
          Deprecated. Get a new Debug object that writes its output to the Fle specified in the given System property.
 
Method Summary
 void debug(String msg)
          Deprecated. Log a debug message.
 
Methods inherited from class net.spy.SpyObject
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug(String propname)
Deprecated. 
Get a new Debug object that writes its output to the Fle specified in the given System property.

Method Detail

debug

public void debug(String msg)
Deprecated. 
Log a debug message.