in troubleshooting/tools/log4j-tcp-app/src/main/java/com/mycompany/app/MultithreadApp.java [56:63]
public LoggerApp(CountDownLatch latch, int ID, long iterations, int log_size, long logger_sleep_ms, boolean infinite) {
this.latch = latch;
this.ID = ID;
this.iterations = iterations;
this.log_size = log_size;
this.logger_sleep_ms = logger_sleep_ms;
this.infinite = infinite;
}