문제

여기있는 사람이 Zend 1.9.x에 로깅을 위해 Firebug를 사용하는 데 올바른 방향을 가리킬 수 있습니까?

나는 이것을 사용하고있다 : (Zend Framework Manual Page에서)

// 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);

그러나 전혀 작동하지 않습니다.

도움이 되었습니까?

해결책

Firephp이 설치되어 있는지 확인한 후 ZF 및 FireBug에 대한 더 많은 정보를 얻으려면이 Vedio를 확인할 수 있습니다 || Firephp 작업 방법 및 샘플 Ajax 요청 단계별 및 Firebug Action 도우미를 만드는 방법조차

1 부 : http://www.zendcasts.com/debugging-zend-projects-with-firebug/2009/08/

2 부 : http://www.zendcasts.com/custom-action-helpers-for-firebug/2009/08/

바라건대 이것은 당신을 도울 것입니다

다른 팁

간단한 질문 : Firebug 용 Firephp을 설치 했습니까? :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top