Hello,

I have this code to inject  an instance of LogService in a bundle:
_______________________________
    @Requires
    private LogReaderService lrs;
    @Requires
    private LogService log;
________________________________

But when I use log service - write and read in it - after adding a
LogListeneer, I get nothing on felix console .

Have I missed something ?


Pierre

Reply via email to