Dear All:
Sorry this is probably a very simple question.
I am using gradle http://www.gradle.org/ for my development environment. It works quite well!
I have written a simple unit test that uses HtmlUnit and my own package.
For my own package, I use java.util.Logger.
HtmlUnit seems to use commons logging: http://htmlunit.sourceforge.net/logging.html
I would like to see console output of my logging messages from java.util.Logger
However, it seems that even messages at the info level are not displayed in my Unit Test Results GUI (System.err link), although the HtmlUnit messages are all displayed.
Please let me know if you have suggestions.
Thank you! Misha