equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Log |
16 * @package Zend_Log |
17 * @subpackage Writer |
17 * @subpackage Writer |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: Firebug.php 24593 2012-01-05 20:35:02Z matthew $ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
22 |
23 /** Zend_Log */ |
23 /** Zend_Log */ |
24 require_once 'Zend/Log.php'; |
24 require_once 'Zend/Log.php'; |
25 |
25 |
36 * Writes log messages to the Firebug Console via FirePHP. |
36 * Writes log messages to the Firebug Console via FirePHP. |
37 * |
37 * |
38 * @category Zend |
38 * @category Zend |
39 * @package Zend_Log |
39 * @package Zend_Log |
40 * @subpackage Writer |
40 * @subpackage Writer |
41 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
41 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
42 * @license http://framework.zend.com/license/new-bsd New BSD License |
42 * @license http://framework.zend.com/license/new-bsd New BSD License |
43 */ |
43 */ |
44 class Zend_Log_Writer_Firebug extends Zend_Log_Writer_Abstract |
44 class Zend_Log_Writer_Firebug extends Zend_Log_Writer_Abstract |
45 { |
45 { |
46 /** |
46 /** |