4 Replies Latest reply on Feb 6, 2007 9:11 AM by gavin.king

    Problem with @Logger

    kristof.devos

      Hi,

      I was trying to convert my old logger initialization code to the new logger annotation, but when I have a logger annotation in an abstract superclass and the implementing class I always get a null logger object. In other cases it works fine.

      I tried private and protected restrictions but same issue, even when I use the private I can see 2 log objects in the eclipse debugger!!

      I'm using the latest 1.1.5 version

      is this a known issue??