Class LogService
java.lang.Object
ch.admin.bit.jeap.testorchestrator.services.LogService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogService
-
-
Method Details
-
log
@Transactional public void log(String testId, ch.admin.bit.jeap.testagent.api.notification.LogDto logDto) Stores a LogDto to DB- Parameters:
testId- the Id of this TestRunlogDto- the LogDto
-