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: Mail.php 24593 2012-01-05 20:35:02Z matthew $ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
22 |
23 /** Zend_Log_Writer_Abstract */ |
23 /** Zend_Log_Writer_Abstract */ |
24 require_once 'Zend/Log/Writer/Abstract.php'; |
24 require_once 'Zend/Log/Writer/Abstract.php'; |
25 |
25 |
37 * completion, so any log entries accumulated are sent in a single email. |
37 * completion, so any log entries accumulated are sent in a single email. |
38 * |
38 * |
39 * @category Zend |
39 * @category Zend |
40 * @package Zend_Log |
40 * @package Zend_Log |
41 * @subpackage Writer |
41 * @subpackage Writer |
42 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
42 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
43 * @license http://framework.zend.com/license/new-bsd New BSD License |
43 * @license http://framework.zend.com/license/new-bsd New BSD License |
44 * @version $Id: Mail.php 24593 2012-01-05 20:35:02Z matthew $ |
44 * @version $Id$ |
45 */ |
45 */ |
46 class Zend_Log_Writer_Mail extends Zend_Log_Writer_Abstract |
46 class Zend_Log_Writer_Mail extends Zend_Log_Writer_Abstract |
47 { |
47 { |
48 /** |
48 /** |
49 * Array of formatted events to include in message body. |
49 * Array of formatted events to include in message body. |