Hi, On 20.12.10 12:50, "Pierre Henry Perret" <[email protected]> wrote:
>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 . The LogService Implementation from Felix does not print the log message on the console. If you're using Gogo (provided in the latest Felix distribution), you have the 'log' command Giving the last logged entries. Regards, Clement > >Have I missed something ? > > >Pierre --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

