|
From: Mike S. <m...@pe...> - 2010-01-14 07:32:24
|
On Tue, 12 Jan 2010, Malcolm Nooning wrote:
> Please add the above note to the faq.
Done, thanks for the note!
http://github.com/mschilli/log4perl/commit/aa140e15be803988ccee7ea3f1da83d5d5165a11
-- Mike
Mike Schilli
m...@pe...
>
> 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);
>
|