I have a basic problem with logging. My TestClass containing the main method does logging well. An object of my TestedClass which is created from the TestClass doesn't log anything, why?
Thanks for any help.
Mike Semlitsch<br />SCJD (URLyBird in progress...)<br />SCJP<br />LPIC-1
You are right John! I've tested the classes I posted and it works. :-)
I've reduced the lines of code of the classes but I've made a mistake. In the TestedClass I use 'myLogger.finer("Finer-Info from Logger")' and this finer logging doesn't work, although I set the Log-Level to 'Level.ALL' in the TestClass. [ September 30, 2007: Message edited by: Mike Semlitsch ]
Mike Semlitsch<br />SCJD (URLyBird in progress...)<br />SCJP<br />LPIC-1