org.benow.log
Interface LogService

All Superinterfaces:
org.benow.java.spec.Markup, org.benow.service.Service
All Known Implementing Classes:
LogServiceImpl

public interface LogService
extends org.benow.service.Service


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.benow.java.spec.Markup
org.benow.java.spec.Markup.ParamName, org.benow.java.spec.Markup.ReturnDescription
 
Method Summary
 LogSnippet getLastLogLines(int numLines)
           
 LogSnippet getLastLogLinesFrom(int fromLine)
           
 LogSnippet getLog(int from, int spanning)
           
 java.io.File getLogFile()
           
 

Method Detail

getLogFile

java.io.File getLogFile()
                        throws java.io.FileNotFoundException,
                               java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

getLog

LogSnippet getLog(int from,
                  int spanning)
                  throws java.io.IOException
Throws:
java.io.IOException

getLastLogLines

LogSnippet getLastLogLines(int numLines)
                           throws java.io.IOException
Throws:
java.io.IOException

getLastLogLinesFrom

LogSnippet getLastLogLinesFrom(int fromLine)
                               throws java.io.IOException
Throws:
java.io.IOException