Public Member Functions | |
__construct ($streamOrUrl, $mode= 'a') | |
shutdown () | |
Protected Member Functions | |
_write ($event) | |
Protected Attributes | |
$_stream = null |
Definition at line 37 of file Stream.php.
__construct | ( | $ | streamOrUrl, |
$ | mode = 'a' |
||
) |
Class Constructor
streamOrUrl | Stream or URL to open as a stream |
mode | Mode, only applicable if a URL is given |
Definition at line 51 of file Stream.php.
_write | ( | $ | event ) | [protected] |
Write a message to the log.
array | $event | event data |
Reimplemented from Zend_Log_Writer_Abstract.
Definition at line 94 of file Stream.php.
shutdown | ( | ) |
Close the stream resource.
Reimplemented from Zend_Log_Writer_Abstract.
Definition at line 81 of file Stream.php.