Re: [log4perl-devel] DBIC Object not interpreted (fwd)

2010-05-11 Thread Mike Schilli
Forwarding Steve's answer to the list ... -- Mike Mike Schilli m...@perlmeister.com -- Forwarded message -- From: Steve To: Mike Schilli Subject: Re: [log4perl-devel] DBIC Object not interpreted Date: Tue, 11 May 2010 08:15:17 -0400 On 5/11/2010 1:25 AM, Mike Schilli

Re: [log4perl-devel] DBIC Object not interpreted

2010-05-11 Thread Tim Bunce
On Mon, May 10, 2010 at 04:42:37PM -0400, Steve wrote: > Where $newsub is an object, the following fails to work as I expected it to: > > $logger->info("Created sub->", $newsub->ptn); > > Since my log is a text file, this yields the following line in the file: > 2010/05/10 16:38:59 INFO> cmsIMsubs

Re: [log4perl-devel] DBIC Object not interpreted

2010-05-10 Thread Mike Schilli
On Mon, 10 May 2010, Steve wrote: > Where $newsub is an object, the following fails to work as I expected it to: > $logger->info("Created sub->", $newsub->ptn); > Since my log is a text file, this yields the following line in the file: > 2010/05/10 16:38:59 INFO> cmsIMsubs-S.pl:176 main::getSubs -

[log4perl-devel] DBIC Object not interpreted

2010-05-10 Thread Steve
Where $newsub is an object, the following fails to work as I expected it to: $logger->info("Created sub->", $newsub->ptn); Since my log is a text file, this yields the following line in the file: 2010/05/10 16:38:59 INFO> cmsIMsubs-S.pl:176 main::getSubs - Created sub->CMS::Schema::Result::Subs