net.sf.voruta
Class Debug

java.lang.Object
  |
  +--net.sf.voruta.Debug
All Implemented Interfaces:
Log

public class Debug
extends java.lang.Object
implements Log

Author:
baliuka

Constructor Summary
Debug()
          Creates a new instance of Debug
Debug(java.io.PrintStream out)
          Creates a new instance of Debug
 
Method Summary
 void debug(java.lang.Object str)
          prints debug
 void info(java.lang.Object str)
          prints info
 void warn(java.lang.Object str)
          prints warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Creates a new instance of Debug

Debug

public Debug(java.io.PrintStream out)
Creates a new instance of Debug
Method Detail

debug

public void debug(java.lang.Object str)
prints debug
Specified by:
debug in interface Log
Parameters:
str - debug info

info

public void info(java.lang.Object str)
prints info
Specified by:
info in interface Log
Parameters:
str - info

warn

public void warn(java.lang.Object str)
prints warning
Specified by:
warn in interface Log
Parameters:
str - info


Copyright © 2003-2004 voruta. All Rights Reserved.