[slf4j-dev] [Bug 163] Copy & paste of LoggerFactory.getLogger

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Mar 30 15:42:38 CEST 2010


http://bugzilla.slf4j.org/show_bug.cgi?id=163





--- Comment #28 from Ralph Goers <rgoers at apache.org>  2010-03-30 15:42:37 ---
I suggest you run some performance tests. I am certain you are going to find
that performance is very bad when logging is disabled as creating a Throwable
on every call before doing any filtering is astronomically more expensive than
just using a static string.

Again, I would suggest using a solution based on annotations. I know someone
has already done it.


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the slf4j-dev mailing list