rootcho has asked for the wisdom of the Perl Monks concerning the following question:
the only examples of dynamic values I see are using perl code inside the configuration which call-backs some code inside your app.Log::Log4perl->init(\$conf); my $appenders = $log->appenders; $appenders->{blah}->filename('/path/to/new_file.log');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Log4perl modifying filename
by chrestomanci (Priest) on Jan 25, 2011 at 22:03 UTC | |
|
Re: Log4perl modifying filename
by Khen1950fx (Canon) on Jan 26, 2011 at 01:27 UTC |