webfunds.utils
Interface Diagnostics

All Known Implementing Classes:
Debug, AppendFileStore, SepFileStore, SOXServer, Plugin

public interface Diagnostics


Method Summary
 java.io.PrintWriter err()
          Do stack trace prints to err(), should always return something.
 java.io.PrintWriter getDebug()
          Returns a debug writer, if any is set.
 void logmsg(java.lang.String s)
           
 

Method Detail

logmsg

public void logmsg(java.lang.String s)

err

public java.io.PrintWriter err()
Do stack trace prints to err(), should always return something.

getDebug

public java.io.PrintWriter getDebug()
Returns a debug writer, if any is set.