[slf4j-dev] [Bug 163] Copy & paste of LoggerFactory.getLogger
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Wed Mar 31 10:12:17 CEST 2010
http://bugzilla.slf4j.org/show_bug.cgi?id=163
Ceki Gulcu <lists at slf4j.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lists at slf4j.org
--- Comment #31 from Ceki Gulcu <lists at slf4j.org> 2010-03-31 10:12:16 ---
There are at least two significant overhead costs in SimpleLogging. First, is
the cost of looking up a logger and the second is computing the name of the
logger via a stack trace examination. I mistakenly compounded the cost by
multiplying them together instead of adding them. Hence the erroneous figure of
1'000'000. A more reasonable estimation is between 1'000 to 10'000 fold
increase in the computational cost. 1 million fold increase was an
exaggeration. Sorry about that.
--
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