[slf4j-user] sl4fj/osgi/jcl11
Costin
costin.leau at gmail.com
Sat Apr 21 14:42:05 CEST 2007
Unfortunatelly this is a private project and I can't the sources with you. By
you can take a look at Spring or Spring/OSGi source code available here:
http://springframework.svn.sourceforge.net/viewvc/springframework/spring-osgi/trunk/spring-osgi-core/src/main/java/org/springframework/osgi/service/importer/OsgiServiceProxyFactoryBean.java?revision=6811&view=markup
it's the usual:
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
...
private static final Log log =
LogFactory.getLog(OsgiServiceProxyFactoryBean.class);
...
if (log.isTraceEnabled())
log.trace("unified classes=" + ObjectUtils.nullSafeToString(serviceTypes)
+ " and filter=[" + filter
+ "] in=[" + filterWithClasses + "]");
Ceki Gulcu-2 wrote:
>
> Hi Costin,
>
> By reference I meant that the URL (in subversion or CVS repository) for
> the
> class that is calling JCL or SLF4J (it does not matter which) making the
> log.trace("..."); calls. I'd like to study the source code of that class.
>
> Does that make more sense?
>
> As for your subscription having email delivery turned off, I'll check to
> see if
> other users are not having the same problem.
>
> Costin wrote:
>>
>>
>> Cool.
>> Btw, by reference class you mean the sl4j wrapper over jcl11?
>>
>> PS. sorry for the delay - my list subscription had email delivery turned
>> off...
>>
>> Costin
>
> --
> Ceki Gülcü
> Logback: The reliable, generic, fast and flexible logging framework for
> Java.
> http://logback.qos.ch
> _______________________________________________
> user mailing list
> user at slf4j.org
> http://www.slf4j.org/mailman/listinfo/user
>
--
View this message in context: http://www.nabble.com/sl4fj-osgi-jcl11-tf3497398.html#a10116701
Sent from the Slf4J - user mailing list archive at Nabble.com.
More information about the slf4j-user
mailing list