com.almende.eve.agent.log
Class EventLogger

java.lang.Object
  extended by com.almende.eve.agent.log.EventLogger

public class EventLogger
extends Object


Constructor Summary
protected EventLogger()
           
  EventLogger(AgentFactory agentFactory)
           
 
Method Summary
 List<Log> getLogs(String agentId, Long since)
           
 void log(String agentId, String event, Object params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLogger

protected EventLogger()

EventLogger

public EventLogger(AgentFactory agentFactory)
Method Detail

log

public void log(String agentId,
                String event,
                Object params)

getLogs

public List<Log> getLogs(String agentId,
                         Long since)
                  throws Exception
Throws:
Exception


Copyright © 2013 Almende BV. All Rights Reserved.