I tried using java util logging as given in the MF8 tutorial. I am able to see the logging in MF console.
java.util.logging.Logger
If I want to use another Logging API for my project, eg. log4j. What are required configuration to be done to get the logs in console?
Is it like MF8 console supports only Java Util for Console logging?
Also, are there any sample server.xml where I can set the logging levels?