Am 03.10.2011 14:08, schrieb Ivan Habunek:
I have removed the offending line in trunk.
Regards,
Ivan
2011/10/3 Ivan Habunek:
On 3.10.2011. 7:54, Christian Grobmeier wrote:
The only thing to think about is backwards compatibility. Two options:
1) don't care on bc and remove the line
2) add an
I have removed the offending line in trunk.
Regards,
Ivan
2011/10/3 Ivan Habunek :
> On 3.10.2011. 7:54, Christian Grobmeier wrote:
>>
>> The only thing to think about is backwards compatibility. Two options:
>>
>> 1) don't care on bc and remove the line
>> 2) add an optional param to createObjec
On 3.10.2011. 7:54, Christian Grobmeier wrote:
The only thing to think about is backwards compatibility. Two options:
1) don't care on bc and remove the line
2) add an optional param to createObject, like: createObject($class,
[$usingNamespace]);
3) Stop using createObject because it only obfu
Hello Florian,
> i start the developing of a Log4PhpBundle for the Symfony2 framework. The
> basic appenders like AppenderFile and AppenderRollingFile work fine. Now I
> want to integrate the doctrine-service for the db logging. But there are some
> probleme with die LoggerReflectionUtils::crea
Hi,
i start the developing of a Log4PhpBundle for the Symfony2 framework. The basic
appenders like AppenderFile and AppenderRollingFile work fine. Now I want to
integrate the doctrine-service for the db logging. But there are some probleme
with die LoggerReflectionUtils::createObject(). My app