这里的任何人都可以指出我使用 firebug 登录 Zend 1.9.x 的正确方向吗?
我正在使用这个:(来自 Zend 框架手册页)
// Place this in your bootstrap file before dispatching your front controller
$writer = new Zend_Log_Writer_Firebug();
$logger = new Zend_Log($writer);
// Use this in your model, view and controller files
$logger->log('This is a log message!', Zend_Log::INFO);
但它根本不起作用。