com.adventnet.snmp.rmi
Interface LogInterface

All Superinterfaces:
java.rmi.Remote

public interface LogInterface
extends java.rmi.Remote

This is the interface implemented by applications to gather debug and log messages. The application class implementing this interface will use the setLogClass method to redirect all messages to self.


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)
         throws java.rmi.RemoteException
Error messages are handled by this

java.rmi.RemoteException

out

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

java.rmi.RemoteException

dbg

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

java.rmi.RemoteException


Copyright (c)AdventNet Inc., 1996-2006