From: David C. <dpc...@ho...> - 2011-09-29 05:49:45
|
On 09/26/2011 10:14 AM, Mike Schilli wrote: > Actually, :easy mode macros and get_logger() are identical in function, > the difference is just typing convenience. > > I personally use :easy macros like DEBUG and INFO in conjunction with > log4perl configuration files, unless for really simple scripts for which > easy_init() is more appropriate. Ok. I've upgraded my wrapper functions to use caller() when calling get_logger(). Thanks! David |