Package de.qytera.qtaf.core.log.service
Class LogFileWriter
java.lang.Object
de.qytera.qtaf.core.log.service.LogFileWriter
Class for writing log file.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidpersistErrorLogs(ErrorLogCollection collection) Create a error log file.static StringpersistLogs(TestSuiteLogCollection collection) Persist logs to local disk.
-
Method Details
-
persistLogs
Persist logs to local disk.- Parameters:
collection- log collection- Returns:
- path to log file if it was created successfully
-
persistErrorLogs
Create a error log file.- Parameters:
collection- error logs
-