I want to create two logger files 1.For main log files 3.For Schedulers(Because every 5 seconds it will print a log file)
private static final Logger LOGGER = Logger.getLogger(DomainHealthChecker.class);
and for second logger how to initiate that ?