From: Jim C. <jc...@di...> - 2003-10-24 19:42:43
|
Mike Schilli wrote: >Jim Cromie wrote on 10/22/2003, 10:32 PM: > > > pls accept this patch to make pre 0.38 init available as initAdd. > > I need it to restore the ability of Log::Log4perl::AutoCategorize to > > play nice with others. > >+########################################### >+sub initAdd { >+########################################### >+ # make pre-0.38 init() behavior available for those who need it >+ return _init(@_); >+} > >Not sure why you're not using l4p:Config::_init() in l4p:AutoCategorize? >Does the underscore scare you :) ? > > > heh. that would work. But its not my usage per se, its a recommendation to users who would use AutoCategorize on some modules and not others. Telling them to use Log::Log4perl::Config->_init() *does* just work however, and I can live with that. |