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 classes/interfaces inherited from interface org.benow.java.spec.Markup |
org.benow.java.spec.Markup.ParamName, org.benow.java.spec.Markup.ReturnDescription |
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