Hi Carl,

Carl Hall schrieb:
> On Thu, Apr 16, 2009 at 15:17, Felix Meschberger <[email protected]> wrote:
>> If you have simple OSGi bundles, you might also want to use the LogService.
> 
> If I don't use LogService, will I still be able to set the log level
> through the admin console?

Yes. As I said, ultimately everything (LOG4J calls, LogService calls,
JCL calls and SLF4J calls) goes through our SLF4J backend, which is
configured through the console.

There is one catch with LogService: The is also the LogReader service,
which provides access to all log entries (basically unfiltered, but
possibly limited by number) written through the LogService only. The
LogReader does not provide access to log entries written through any of
the other logging APIs provide.

Regards
Felix

Reply via email to