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_Service_WindowsAzure |
16 * @package Zend_Service_WindowsAzure |
17 * @subpackage Diagnostics |
17 * @subpackage Diagnostics |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 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$ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
24 * @see Zend_Service_WindowsAzure_Diagnostics_Exception |
|
25 */ |
|
26 require_once 'Zend/Service/WindowsAzure/Diagnostics/Exception.php'; |
|
27 |
|
28 /** |
|
29 * @see Zend_Service_WindowsAzure_Diagnostics_ConfigurationObjectBaseAbstract |
|
30 */ |
|
31 require_once 'Zend/Service/WindowsAzure/Diagnostics/ConfigurationObjectBaseAbstract.php'; |
|
32 |
|
33 /** |
|
34 * @see Zend_Service_WindowsAzure_Diagnostics_LogLevel |
|
35 */ |
|
36 require_once 'Zend/Service/WindowsAzure/Diagnostics/LogLevel.php'; |
|
37 |
|
38 /** |
|
39 * @category Zend |
24 * @category Zend |
40 * @package Zend_Service_WindowsAzure |
25 * @package Zend_Service_WindowsAzure |
41 * @subpackage Diagnostics |
26 * @subpackage Diagnostics |
42 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
27 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
43 * @license http://framework.zend.com/license/new-bsd New BSD License |
28 * @license http://framework.zend.com/license/new-bsd New BSD License |
44 * |
29 * |
45 * @property int BufferQuotaInMB Buffer quota in MB |
30 * @property int BufferQuotaInMB Buffer quota in MB |
46 * @property int ScheduledTransferPeriodInMinutes Scheduled transfer period in minutes |
31 * @property int ScheduledTransferPeriodInMinutes Scheduled transfer period in minutes |
47 * @property string ScheduledTransferLogLevelFilter Scheduled transfer log level filter |
32 * @property string ScheduledTransferLogLevelFilter Scheduled transfer log level filter |