Located in /Log/Writer/File.php (line 30)
Zend_Log_Writer_Abstract | --Zend_Log_Writer_File
PHP access mode of the file, either 'a'ppend or over'w'rite
Buffer, array of lines waiting to be written to the filesystem.
Number of lines in the buffer
Filename on the filesystem where the log file is stored.
Holds the PHP resource for an open file, or null.
Termination character(s) that are automatically appended to each line.
Options: buffer True: use buffering False: no buffering, write immediately
bufferLines Maximum number of lines in the buffer
keepOpen True: keep file resource open between writes False: close the resource immediately after each write
Inherited from Zend_Log_Writer_Abstract
Zend_Log_Writer_Abstract::$_filters
Class Constructor
Closes the file resource for the logfile. Calling this function does not write any buffered data into the log, so flush() must be called before close().
Write a message to the log. This function really just writes the message to the buffer.
Opens the logfile for writing.
Write a message to the log. This function really just writes the message to the buffer.
If buffering is enabled, the message won't hit the filesystem until the buffer fills or is flushed. If buffering is not enabled, the buffer will be flushed immediately.
Format a line before sending into the storage.
Sets the access mode of the log file on the filesystem
Inherited From Zend_Log_Writer_Abstract
Zend_Log_Writer_Abstract::addFilter()
Zend_Log_Writer_Abstract::flush()
Zend_Log_Writer_Abstract::log()
Zend_Log_Writer_Abstract::setOption()
Zend_Log_Writer_Abstract::write()
Zend_Log_Writer_Abstract::__destruct()
Documentation generated on Wed, 21 Feb 2007 12:02:30 -0800 by phpDocumentor 1.3.1