[jboss-dev] OSGi Logging Service
David M. Lloyd
david.lloyd at redhat.com
Thu Apr 9 11:22:28 EDT 2009
On 04/09/2009 03:19 AM, Thomas Diesler wrote:
> Hi David,
>
> I commented on https://jira.jboss.org/jira/browse/JBOSGI-60
>
> The OSGi Logging Service is documented here
>
> http://jbmuc.dyndns.org:8280/hudson/job/jbossosgi-jdk16/ws/jboss-osgi/build/distribution/target/auto-install-dest/docs/userguide/html_single/index.html#SecLoggingService
>
>
> It is a simple bridge that delegates to JBoss Logging. The code is here
> https://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/trunk/service/logging/src/main/java/org/jboss/osgi/service/logging/JBossLoggingLogListener.java
Looks fine, however I think it's going to end up suffering from the problem
described in https://jira.jboss.org/jira/browse/JBAS-5936 until that issue
is fixed. The fix will be additional logger methods which accept a class
name that is the real logger class, so that log components which analyze
the caller stack trace will find the right caller frame.
- DML
More information about the jboss-development
mailing list