Andrew Revak created LOG4PHP-224:
------------------------------------
Summary: LoggerLayoutPattern is not safe when used inside pthreads
Key: LOG4PHP-224
URL: https://issues.apache.org/jira/browse/LOG4PHP-224
Project: Log4php
Issue Type: Bug
Components: Code
Affects Versions: 2.3.0
Reporter: Andrew Revak
When you use LoggerLayoutPattern inside a pthread Threadable object because all
of it's patterns are defined in the static variable $defaultConverterMap they
are basically wiped out by pthreads. A simple workaround is to simply make a
function that generates that map and then is replaced where the map is
statically called.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)