Class Zend_Log_Writer_Stream

Description
  • version: $Id: Stream.php 4560 2007-04-20 08:01:32Z mike $
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Log/Writer/Stream.php (line 37)

Zend_Log_Writer_Abstract
   |
   --Zend_Log_Writer_Stream
Variable Summary
 null|stream $_stream
Method Summary
 Zend_Log_Writer_Stream __construct (streamOrUrl $streamOrUrl, [mode $mode = 'a'])
 void shutdown ()
 void _write (array $event)
Variables
null|stream $_stream = null (line 43)

Holds the PHP stream to log to.

  • access: protected

Inherited Variables

Inherited from Zend_Log_Writer_Abstract

Zend_Log_Writer_Abstract::$_filters
Zend_Log_Writer_Abstract::$_formatter
Methods
Constructor __construct (line 51)

Class Constructor

  • access: public
Zend_Log_Writer_Stream __construct (streamOrUrl $streamOrUrl, [mode $mode = 'a'])
  • streamOrUrl $streamOrUrl: Stream or URL to open as a stream
  • mode $mode: Mode, only applicable if a URL is given
shutdown (line 78)

Close the stream resource.

  • access: public
void shutdown ()

Redefinition of:
Zend_Log_Writer_Abstract::shutdown()
Perform shutdown activites such as closing open resources
_write (line 91)

Write a message to the log.

  • access: protected
void _write (array $event)
  • array $event: event data

Redefinition of:
Zend_Log_Writer_Abstract::_write()
Write a message to the log.

Inherited Methods

Inherited From Zend_Log_Writer_Abstract

 Zend_Log_Writer_Abstract::addFilter()
 Zend_Log_Writer_Abstract::setFormatter()
 Zend_Log_Writer_Abstract::shutdown()
 Zend_Log_Writer_Abstract::write()
 Zend_Log_Writer_Abstract::_write()

Documentation generated on Sun, 27 May 2007 23:27:53 -0700 by phpDocumentor 1.3.2