Zend_Log_Adapter_File
Constructor __construct (line 114)
Class Constructor
Destructor __destruct (line 127)
Class Destructor
Always check that the file has been closed and the buffer flushed before destruction.
close (line 282)
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().
flush (line 244)
Write a message to the log. This function really just writes the message to the buffer.
open (line 178)
Opens the logfile for writing.
setOption (line 160)
Sets an option specific to the implementation of the log adapter.
write (line 205)
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.
_parseLogLine (line 228)
Format a line before sending into the storage.
_setAccessMode (line 140)
Sets the access mode of the log file on the filesystem
Documentation generated on Tue, 11 Jul 2006 12:17:15 -0500 by phpDocumentor 1.3.0RC6