org.fusesource.web.console.server.logging
Class LogEventContainer

java.lang.Object
  extended by org.fusesource.web.console.server.logging.LogEventContainer

public class LogEventContainer
extends java.lang.Object

Version:
$Revision: 1.1 $

Constructor Summary
LogEventContainer()
           
LogEventContainer(int maximumBufferSize)
           
 
Method Summary
 void add(LogEvent event)
           
 LogResults findEvents(LogFilter filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEventContainer

public LogEventContainer()

LogEventContainer

public LogEventContainer(int maximumBufferSize)
Method Detail

add

public void add(LogEvent event)

findEvents

public LogResults findEvents(LogFilter filter)


Copyright © 2009 FuseSource. All Rights Reserved.