Thank you for your response.
Currently we have used tools.logging, but due to other dependencies like slf4j/log4j in the whole project it doesn't honour our util logging which we use across the project. And moreover we can not apply package level logging at runtime by using tools.logging which we use for our other java modules. So to accomplish both these problems I am looking at directly using java.util.logging instead of closure/tools.logging.
Thanks in advance for your help on converting Java code to clojure.