Hi all,

Using ZF1 on Fedora 14, Firefox 13, Firebug 1.10.2.

This is a stumper.  It used to work but stopped.

The following is in my Bootstrap.php:

protected function _initLog()
{
  $log = new Zend_Log();
  $log->addWriter(new Zend_Log_Writer_Firebug());
  return $log;
}

To use it I pull it into a Controller and then call it like so:

$this->log->info('some stuff to log');

Now looking at the Firebug console nothing shows up but if I inspect the headers I see that all of the WildFire stuff is there and contains the desired log data.

Does anybody have any idea what could be wrong? Is there perhaps some global that needs to be enabled for it to display?

Having to inspect headers or dump the log data into a View is inefficient and tedious.

Thanks for any insight,
Mike Wright

--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to