From: Duffy, B. J <Bri...@DF...> - 2002-10-01 13:28:35
|
Hello list- I think that I have found a bug in Logger::Log4perl::Logger::logdie . If I use logdie like this: open(FILE, "/tmp/file.txt") or $logger->logdie("Test"); the following appears in the log: 2002/10/01 09:03:34 FATAL Logger.pm:696 Log::Log4perl::Logger::logdie - Test Shouldn't the log reflect the line that called $logger->logdie rather than where the method is located in the Log::Log4perl module? Brian Duffy NYS Office for Technology |