Re: [fw-general] \Zend\Log\Logger __toString() check on $message

2012-10-12 Thread Ludwig Ruderstaller
Hi, > Is there a reason why \Zend\Log\Logger now checks for __toString() on > $message when passing in an object? see https://github.com/zendframework/zf2/issues/2638 Ludwig On 11.10.2012 23:11, Philip G wrote: > Is there a reason why \Zend\Log\Logger now checks for __toString() on > $message w

Re: [fw-general] \Zend\Log\Logger __toString() check on $message

2012-10-12 Thread Ludwig Ruderstaller
On 11.10.2012 23:11, Philip G wrote: > Is there a reason why \Zend\Log\Logger now checks for __toString() on > $message when passing in an object? see https://github.com/zendframework/zf2/issues/2638 Ludwig -- Ludwig Ruderstaller http://www.cwd.at -- List: fw-general@lists.zend.com Info: htt

[fw-general] \Zend\Log\Logger __toString() check on $message

2012-10-11 Thread Philip G
Is there a reason why \Zend\Log\Logger now checks for __toString() on $message when passing in an object? I understand that standard output logging, such as file stream or syslog, won't be able to understand objects, however, outputting objects to FirePHP has been extremely useful (I'd say required