agentland.util
Interface Logger

All Known Implementing Classes:
LoggerAgent

public interface Logger
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 Vector grabLog()
           
 void printLog()
           
 void stash(Object str)
          log passed object _by calling the toString() method_
 void stash(String str)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

printLog

public void printLog()
              throws RemoteException

grabLog

public Vector grabLog()
               throws RemoteException

stash

public void stash(Object str)
           throws RemoteException
log passed object _by calling the toString() method_

stash

public void stash(String str)
           throws RemoteException