140141142143144145146147148149150
randomMessage = "Random log - " + System.currentTimeMillis(); switch (operationNo) { case 0: // INFO service.logInfo(randomMessage); countInfo++; break; case 1: // DEBUG service.logDebug(randomMessage);