Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Service_WindowsAzure_Storage_Table $tableStorageConnection, $tableName, $createTable=true, $bufferMessages=true) | |
shutdown () | |
If the log messages have been stored in the internal buffer, just send them to table storage. | |
setFormatter (Zend_Service_Log_Formatter_Interface $formatter) | |
The only formatter accepted is already loaded in the constructor. | |
![]() | |
addFilter ($filter) | |
Add a filter specific to this writer. | |
write ($event) | |
Log a message to this writer. | |
setFormatter (Zend_Log_Formatter_Interface $formatter) | |
Set a new formatter for this writer. | |
shutdown () | |
Perform shutdown activites such as closing open resources. | |
Static Public Member Functions | |
static | factory ($config) |
Create a new instance of Zend_Service_Log_Writer_WindowsAzure. | |
Protected Member Functions | |
_write ($event) | |
Write a message to the table storage. | |
![]() | |
_write ($event) | |
Write a message to the log. | |
Protected Attributes | |
$_formatter | |
$_tableStorageConnection = null | |
$_tableName = null | |
$_bufferMessages = false | |
$_messageBuffer = array() | |
![]() | |
$_filters = array() | |
$_formatter | |
Additional Inherited Members | |
![]() | |
static | _parseConfig ($config) |
Validate and optionally convert the config to array. | |
__construct | ( | Zend_Service_WindowsAzure_Storage_Table | $tableStorageConnection, |
$tableName, | |||
$createTable = true , |
|||
$bufferMessages = true |
|||
) |
Zend_Service_Service_WindowsAzure_Storage_Table | Zend_Service_WindowsAzure_Storage_Table | $tableStorageConnection | |
string | $tableName | |
bool | $createTable | create the Windows Azure table for logging if it does not exist |
bool | $bufferMessages |
Zend_Service_Log_Exception |
|
protected |
Write a message to the table storage.
If buffering is activated, then messages will just be added to an internal buffer.
array | $event |
|
static |
Create a new instance of Zend_Service_Log_Writer_WindowsAzure.
array | $config |
Zend_Service_Log_Exception |
Implements Zend_Log_FactoryInterface.
setFormatter | ( | Zend_Service_Log_Formatter_Interface | $formatter | ) |
The only formatter accepted is already loaded in the constructor.
shutdown | ( | ) |
If the log messages have been stored in the internal buffer, just send them to table storage.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |