Hi
I would like to know the performance of using dynamic lookup. For example I'm using spring to configure my loggers and I don't know if I should lookup the loggers once and then access them with local variables, or use dynamic lookup in every logger call.
Regards,
Néstor Boscán


Reply With Quote