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?