Тех. информация при старте программы
This commit is contained in:
@@ -44,6 +44,10 @@ public class Main implements Runnable {
|
|||||||
return;
|
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");
|
ThreadGroup threadGroup = new ThreadGroup("Astral Clients");
|
||||||
|
|
||||||
int thredCount = Integer.parseInt(properties.getProperty("threads"));
|
int thredCount = Integer.parseInt(properties.getProperty("threads"));
|
||||||
|
|||||||
Reference in New Issue
Block a user