One more note: Ceki is, of course, aware of that. Quoting http://www.slf4j.org/manual.html
For example, the slf4j-log12-1.5.6.jar binding is bound at compile time to use log4j. In your code, in addition to slf4j-api-1.5.6.jar, you simply drop one and only one binding of your choice onto the appropriate class path location. Please do not place more than one binding on your class path because SLF4J can bind with one and only one logging framework at a time. Do you really believe, you can guarantee that there is a single binding file, should SLF4J be in widespread use? On Wed, Apr 22, 2009 at 3:17 AM, Jochen Wiedmann <jochen.wiedm...@gmail.com> wrote: > On Wed, Apr 22, 2009 at 2:57 AM, Ralph Goers <ralph.go...@dslextreme.com> > wrote: > >> I'm not sure what you mean by "SLF4J bindings will start to be part of any >> major or minor component" and I think I've seen you make that comment >> before. Can you provide an example of how you think that will occur? > > Easy. Suggest that you deliver a webapp (Pluto? :-), which contains a > SLF4J binding. Furthermore, suggest that there is another binding in > the web containers class path. Which one wins, aka is used? The answer > is: It depends on the classpath. If WEB-INF/lib takes precedence, then > the webapps binding is used. Otherwise, the containers binding will > win. Examples for both cases can be constructed. > > In both cases, you'll encounter situations where logging won't work as > expected. Obviously, both container and webapp will likely contain > configurations for their respective logging system, aka binding. But, > if the other binding is used, then the respective logging > configuration will be ignored. > > Again, I admit that such issues are possibly less likely, given > SFL4J's simplicity in that aspect. But it is a fairy tale, that such > things won't occur. > > Jochen > > > -- > I have always wished for my computer to be as easy to use as my > telephone; my wish has come true because I can no longer figure out > how to use my telephone. > > -- (Bjarne Stroustrup, > http://www.research.att.com/~bs/bs_faq.html#really-say-that > My guess: Nokia E50) > -- I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone. -- (Bjarne Stroustrup, http://www.research.att.com/~bs/bs_faq.html#really-say-that My guess: Nokia E50) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org