From: Lev L. <li...@so...> - 2006-08-23 17:43:18
|
On Aug 23, 2006, at 12:31 AM, Mike Schilli wrote: > Looks good to me. If you're logging subroutine entries and exits > extensively, you might wanna look at wrappers like > > http://search.cpan.org/~jdporter/Hook-WrapSub-0.03/lib/Hook/ > WrapSub.pm Thanks Mike - this is definitely close to what I'm looking for, however is there a way to get around explicitly naming the subroutines? Moreover, will log4perl report that it's entering/ exiting from the intended subroutine, or the wrapped sub? thanks, -lev |