From: <msc...@ao...> - 2002-12-12 09:15:59
|
Hey guys, I've been playing with the idea of generally allowing Perl code snippets starting like "sub { ..." as values for Log4perl configuration file entities. Config items that are in the "cspec" hierarchy are excluded because they're evaluated at runtime, not config-parse-time. Makes things like log4perl.appender.Logfile.filename = \ sub { getlogfilename() } easy to implement ... -- -- Mike ############################ # Mike Schilli # # log...@pe... # # http://perlmeister.com # # log4perl.sourceforge.net # ############################ |