I am using PlayN for a small project, and it would be nice to be able to output some debug code during runtime in different browsers. PlayN provides a function called log, where I can choose different levels of output, but none of them seems to print something out in my IE, FF or Chrome.
Am I doing something wrong ? I am just using PlayN.log().debug("TEST") and I have also tried the other logging levels, but nothing appears in any of the browser consoles.