Good Morning,

> Von: "Ruimo Uno" <[EMAIL PROTECTED]>
> Thanks for your great effort to give us these loggig libraries.
> 
> The example code shown here http://www.slf4j.org/manual.html stores
> the Logger instance into a * non-static field *. Is it still harmful to
> store
> the Logger instance into a static field as well as JCL?
I think yes. If you sharing a class via a shared/common classloader
(Tomcat), linked/non-hierarchical classloaders (JBoss, WAS) you will get
problems with static logging fields.
This has nothing to do with statically linked/dynamically linked logging
wrapper but with the TCCL.

Regards
Boris
_______________________________________________
user mailing list
[email protected]
http://slf4j.org/mailman/listinfo/user

Reply via email to