"Log4j can print both class & method name, but in an expensive way. It
creates a Throwable object, dumps the stack to a String, and then parses the
string to get the class/method name. As some of our applications requires
high throughput, we need to try to avoid unnecessary CPU cycles."
Hello,
Someone made this statement and I wondered if it is true.
If I write logger.info("hello"); does it do this each time?
Thanks,
Anil Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]