0

Тех. информация при старте программы

This commit is contained in:
2016-06-04 16:01:53 +03:00
parent 6c8b2e1fa4
commit 55c05fd45c

View File

@@ -44,6 +44,10 @@ public class Main implements Runnable {
return;
}
logger.info("File: {}", properties.getProperty("file"));
logger.info("Login: {}", properties.getProperty("login"));
logger.info("Threads: {}", properties.getProperty("threads"));
ThreadGroup threadGroup = new ThreadGroup("Astral Clients");
int thredCount = Integer.parseInt(properties.getProperty("threads"));