Class LogFilesServiceImpl
java.lang.Object
net.datenwerke.rs.adminutils.service.logs.LogFilesServiceImpl
- All Implemented Interfaces:
LogFilesService
-
Constructor Summary
ConstructorsConstructorDescriptionLogFilesServiceImpl(<any> configServiceProvider, <any> authenticatorServiceProvider, <any> mailServiceProvider, <any> mailBuilderFactoryProvider, <any> remoteMessageServiceProvider, <any> generalInfoServiceProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckLogFiles(List<Path> files) voidemailLogFiles(List<Path> files, String filter) readLastLines(String filename)
-
Constructor Details
-
LogFilesServiceImpl
public LogFilesServiceImpl(<any> configServiceProvider, <any> authenticatorServiceProvider, <any> mailServiceProvider, <any> mailBuilderFactoryProvider, <any> remoteMessageServiceProvider, <any> generalInfoServiceProvider)
-
-
Method Details
-
getLogDirectory
- Specified by:
getLogDirectoryin interfaceLogFilesService
-
readLastLines
- Specified by:
readLastLinesin interfaceLogFilesService- Throws:
IOException
-
emailLogFiles
- Specified by:
emailLogFilesin interfaceLogFilesService- Throws:
MessagingExceptionIOException
-
checkLogFiles
- Specified by:
checkLogFilesin interfaceLogFilesService- Throws:
IOException
-