From: Malcolm N. <m.n...@co...> - 2010-01-13 01:13:23
|
Hello, There is already a section in the FAQ.html entitled "Log4perl complains that no initialization happened during shutdown!" The tell tale message is 'Seems like no initialization happened. Forgot to call init()?" The faq goes on to explain the "circular reference" problem. This can also happen when a new user neglects to "add_appender", as in the form below. $logger->add_appender($appender); Please add the above note to the faq. No points for guessing how I found this out. Excellent module, by the way. |