net.spy.util
Class Debug
java.lang.Object
net.spy.SpyObject
net.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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Debug
public Debug(String propname)
- Deprecated.
- Get a new Debug object that writes its output to the Fle specified
in the given System property.
debug
public void debug(String msg)
- Deprecated.
- Log a debug message.