Hi Dennis, 2009/8/2 Dennis Lundberg <denn...@apache.org>: > These are logically not necessary, but are put in there for performance > reasons. Only if the logger is in debug mode (in this case) will the 3 > String objects it uses actually be created by the JVM. Otherwise no > objects will be created, resulting in slightly enhanced > performance/memory usage. At least if used in heavy loops.
Definitely agree for the performance, it was why I added them in the past r709693 :) In this revision, I added some message objects for logging but agree I removed some unwanted checks. Cheers, Vincent