Re: [hibernate-dev] static loggers

2008-10-20 Thread Emmanuel Bernard
As Sanne mentionned in the private email, I had reasons to use non static logger. I was basically following the "recommendations" made by slf4j http://slf4j.org/faq.html#declared_static Now, they changed their recommendations to a "not sure" approach and I look like a clown :o) Consistency

[hibernate-dev] static loggers

2008-10-16 Thread Hardy Ferentschik
Hi there, I just wanted to get some opinion on logger creation. I introduced a LoggerFactory class into Hibernate Search which allows the creation of Logger instances without having to specify the class. The idea behind this it coming from this article - http://www.javaspecialists.co.za/ar