Hi folks,
again I hope someone can help me. I wanted to get some debugging output from icefaces, so I enabled the log category in my JBOSS configuration by inserting the following section:
Code:
<category name="com.icesoft">
<priority value="DEBUG"/>
</category>
But even after doing so I get no debug output from ICEFaces. A quick look in the source code showed, that ICEFaces uses some logging facility. But why do I get no logging messages?
Thanx,
Christian