Appenders is not properly closed upon destruction
-------------------------------------------------
Key: LOG4PHP-33
URL: https://issues.apache.org/jira/browse/LOG4PHP-33
Project: Log4php
Issue Type: Bug
Components: Code
Reporter: Knut Urdalen
Assignee: Knut Urdalen
Priority: Critical
Fix For: 2.0
Appenders doesn't seem to be properly closed. The
LoggerAppenderSkeleton::finalize() is only used in __sleep() and __wakeup(),
but the normal situation would at least be to close appenders upon __destruct()
if not closed already. Because of this bug no footers are applied to the layout
of an appender as well (like the HTML and XML layouts need to close their tags
properly).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.