Trying to use log4j and the java utility logging in a single application but on different classes but log4j stops logging once I configure util logging on another class.
I am loading the properties file for the util logging whereas the xml file is for log4j config is in the classpath.
How can I configure both?
java.util.logging
itself is quite stupid, so unless you're forced for some unknown reason to use it, don't.