Hi,

I'm trying to use Logger::Simple in my program with an
empty log file.  When I go to nmake test I get the
following error:

"Deep recursion on subroutine "Logger::Simple::write"
at
        C:/Perl/site/lib/Logger/Simple.pm line 84
(#3)"

Relevent code from that file:
  push @{$$self{HISTORY}},$error;
  carp "$error\n" if $$self{CARP};
  $self->write($error); # line 84
}

1. Is there something I'm missing?  
2. Can someone suggest a fix?
3. Is there a working logger in the activestate repo? 
4. Where do I report bugs? Activestate or back to author?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to