We have multiple log files like database log, weblog, quartzlog in our application.
Any log from files under package /app/database will go to database log. Any log from files under package /app/offline will go to quartzlog log.
What we need now is - want to direct the log staments from one of the java file under /app/database to be outputted to quartzlog instead of database log.
How can we select a particular log file in java file?