If you call Logger.getLogger() twice with the same parameter then the same instance will be returned so there is no need to cache it.
On 4/27/06, Vin Karthik <[EMAIL PROTECTED]> wrote: > I do a System set Property for the log file name and create them > dynamically. I cache the logging instance so that the same program whihc is > invoking the logger for the same instance the second time. The pScriptName > variable is the name of the program invoking the logger. -- James Stauffer Are you good? Take the test at http://www.livingwaters.com/good/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
