From: Robert J. <yad...@sn...> - 2006-09-28 13:25:44
|
I wrote: >Another question, mostly just curiousity -- I used Data::Dumper to >look at the appender structure. How/where does the time_function >get defined as sub {"DUMMY"}? I don't see that anywhere in the >Log4perl code... Is it a perl internal thing? Sorry, nevermind -- I found it. Data::Dumper uses that when the value is a coderef. -- Rob |