ah yes, I didn't see this. Maybe its worth thinking to
autmatically activateoptions once this appender is called
Thanks for giving feedback
On Thu, Apr 15, 2010 at 1:32 PM, Miquel Canes wrote:
> Hi,
> Finally, after using the php debuger, i found what's my problem.
>
> $logger = Logger::ge
Hi,
Finally, after using the php debuger, i found what's my problem.
$logger = Logger::getRootLogger();
$appender = new LoggerAppenderFile("programmatically");
$layout = new LoggerLayoutPattern("[%p] %t %c - %m%n");
$appender->setLayout($layout);
$appender->setFileName("programmatically.log");
$