Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Log_Writer_Null

Zend_Log_Writer_Abstract
|
Zend_Log_Writer_Null
Zend_Log
|-Zend_Log_Writer
|- class Zend_Log_Writer_Null extends Zend_Log_Writer_Abstract
Defined in line 34 of file Log/Writer/Null.php.
CategoryZend
PackageZend_Log
SubpackageWriter
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License
Version$Id: Null.php 16219 2009-06-21 19:45:39Z thomas $

Summary

Instance methods
# _write() Write a message to the log

Details

Instance methods

_write()
protected function _write( $event)
Write a message to the log.
Parameters
array $event event data
Returns void