Re: How to configure LogService

2018-09-17 Thread Raymond Auge
Philipp, a) you don't need logback, but the Log Service spec doesn't define appenders per say, so you either have to provide your own LogListener implementation, fetch a LogStreamProvider and process the events, or maybe the LogService implementation offers it's own appenders (my experience has be

How to configure LogService

2018-09-17 Thread Philipp Höfler
Hi, with the latest update of the Felix SCR, I am able to get an instance of the LogService by referencing the LoggerFactory using this line of code: @Reference(service = LoggerFactory.class) private Logger _logger; Now, I would have expected, that I can configure the LogService through the Web