LOG4PHP-47: AppenderPDO with quotes

2009-09-15 Thread Christian Hammers
Hello I've started to write a fix for this bug. It already works for the below properties file but is not yet fully tested. So I thought that I ask for comments before I finish it tomorrow :) The premises were: - log4j/log4cxx suffers from quotation problems as well so no cut&paste from there -

LoggerReflectionUtils::createObject()

2009-09-15 Thread Christian Hammers
Hi Where is the benefit of the following: $this->layout = LoggerReflectionUtils::createObject('LoggerLayoutPattern'); It breaks Eclipse autocompletion so I'd be inclined to replace it by a simpler: $this->layout = new LoggerLayoutPattern(); bye, -christian-

[jira] Issue Comment Edited: (LOG4PHP-48) Create SocketAppender Wireformat compatible to Chainsaw

2009-09-15 Thread scott deboy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755750#action_12755750 ] scott deboy edited comment on LOG4PHP-48 at 9/15/09 3:34 PM: - l

[jira] Commented: (LOG4PHP-48) Create SocketAppender Wireformat compatible to Chainsaw

2009-09-15 Thread scott deboy (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755750#action_12755750 ] scott deboy commented on LOG4PHP-48: Chainsaw already supports this capability - see XM

[jira] Commented: (LOG4PHP-48) Create SocketAppender Wireformat compatible to Chainsaw

2009-09-15 Thread Christian Hammers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4PHP-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755707#action_12755707 ] Christian Hammers commented on LOG4PHP-48: -- Trying to emulate a binary format seem