From: <msc...@ao...> - 2003-05-02 16:16:55
|
In a message dated 5/2/2003 8:40:45 AM Eastern Standard Time, Jam...@ta... writes: > Looks good to me. I will also try to take a stab at writing a recipe for > the list/FAQ on how to use the new functionality. Great idea, please do. I just had one more thought on the global variables: We should probably keep them, but hide access to them behind class accessor methods like Log::Log4perl::Config::allowed_code_ops(@array); #Set/Gets Log::Log4perl::Config::vars_shared_with_safe_compartment(@vars); Log::Log4perl::Config::allowed_code_ops_convenience_map(\%map); This way, if we decide to change the way they work (like in the future global for all logger repositories or local for the current one), we're flexible. What do you think? -- Mike ############################ # Mike Schilli # # log...@pe... # # http://perlmeister.com # # log4perl.sourceforge.net # ############################ |