web/lib/Zend/Log/Writer/Syslog.php
changeset 1230 68c69c656a2c
parent 807 877f952ae2bd
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    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: Syslog.php 25024 2012-07-30 15:08:15Z rob $
    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 
    30  * Writes log messages to syslog
    30  * Writes log messages to syslog
    31  *
    31  *
    32  * @category   Zend
    32  * @category   Zend
    33  * @package    Zend_Log
    33  * @package    Zend_Log
    34  * @subpackage Writer
    34  * @subpackage Writer
    35  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    35  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    36  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    36  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    37  */
    37  */
    38 class Zend_Log_Writer_Syslog extends Zend_Log_Writer_Abstract
    38 class Zend_Log_Writer_Syslog extends Zend_Log_Writer_Abstract
    39 {
    39 {
    40     /**
    40     /**