net.sf.voruta
Interface Log

All Known Implementing Classes:
Debug

public interface Log

Used for logging and debugging

Version:
baliuka
See Also:
DbUtils.setLog( net.sf.voruta.Log )

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
 

Method Detail

debug

public void debug(java.lang.Object str)
prints debug
Parameters:
str - debug info

info

public void info(java.lang.Object str)
prints info
Parameters:
str - info

warn

public void warn(java.lang.Object str)
prints warning
Parameters:
str - info


Copyright © 2003-2004 voruta. All Rights Reserved.