Interface LogFilesService
- All Known Implementing Classes:
LogFilesServiceImpl
public interface LogFilesService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckLogFiles(List<Path> files) voidemailLogFiles(List<Path> files, String filter) readLastLines(String filename)
-
Method Details
-
getLogDirectory
String getLogDirectory() -
readLastLines
- Throws:
IOException
-
emailLogFiles
- Throws:
MessagingExceptionIOException
-
checkLogFiles
- Throws:
IOException
-