com.adventnet.utils
Interface LogInterface


public interface LogInterface

This is the interface implemented by applications to gather debug and log messages. The application class implementing this interface will use the corresponding methods to log debug ,error and output of the request sent.


Method Summary
 void dbg(java.lang.String dbg)
          This is the method for handling debug messages.
 void err(java.lang.String err)
          Error messages are handled by this
 void out(java.lang.String out)
          Log messages go here
 

Method Detail

err

public void err(java.lang.String err)
Error messages are handled by this

out

public void out(java.lang.String out)
Log messages go here

dbg

public void dbg(java.lang.String dbg)
This is the method for handling debug messages.


Copyright (c)AdventNet Inc., 1996-2004