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





--- Comment #28 from Ralph Goers <[email protected]>  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.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-dev

Reply via email to