[log4perl-devel] Introspecting the $logger object for log file path and name?

2012-12-27 Thread Hugh Esco
Using Log::Log4perl, I need to test for the existence of a log path and create it if necessary, I had hopes that this might give me what I was looking for: my $path = Log::Log4perl-appender_by_name( 'log4perl.appender.A1.filename'); But I am

Re: [log4perl-devel] Introspecting the $logger object for log file path and name?

2012-12-27 Thread Mike Schilli
On Thu, 27 Dec 2012, Hugh Esco wrote: Using Log::Log4perl, I need to test for the existence of a log path and create it if necessary, I had hopes that this might give me what I was looking for: my $path = Log::Log4perl-appender_by_name(