Public Member Functions | Protected Member Functions | Protected Attributes

Zend_Log_Writer_Stream Class Reference

Inheritance diagram for Zend_Log_Writer_Stream:
Zend_Log_Writer_Abstract

Public Member Functions

 __construct ($streamOrUrl, $mode= 'a')
 shutdown ()

Protected Member Functions

 _write ($event)

Protected Attributes

 $_stream = null

Detailed Description

Definition at line 37 of file Stream.php.


Constructor & Destructor Documentation

__construct ( streamOrUrl,
mode = 'a' 
)

Class Constructor

Parameters:
streamOrUrlStream or URL to open as a stream
modeMode, only applicable if a URL is given

Definition at line 51 of file Stream.php.


Member Function Documentation

_write ( event ) [protected]

Write a message to the log.

Parameters:
array$eventevent data
Returns:
void

Reimplemented from Zend_Log_Writer_Abstract.

Definition at line 94 of file Stream.php.

shutdown (  )

Close the stream resource.

Returns:
void

Reimplemented from Zend_Log_Writer_Abstract.

Definition at line 81 of file Stream.php.


The documentation for this class was generated from the following file: