org.weborganic.bastille.log
Class GetRawLogEntries

java.lang.Object
  extended by org.weborganic.bastille.log.GetRawLogEntries
All Implemented Interfaces:
ContentGenerator

public final class GetRawLogEntries
extends Object
implements ContentGenerator

Returns the log entries from the specified log file.

Since:
Bastille 0.8.5

Constructor Summary
GetRawLogEntries()
           
 
Method Summary
 void process(ContentRequest req, XMLWriter xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRawLogEntries

public GetRawLogEntries()
Method Detail

process

public void process(ContentRequest req,
                    XMLWriter xml)
             throws BerliozException,
                    IOException
Specified by:
process in interface ContentGenerator
Throws:
BerliozException
IOException