Zend_Log_Adapter_Null
Constructor __construct (line 42)
Class Constructor
Destructor __destruct (line 53)
Class Destructor
Always check that the file has been closed and the buffer flushed before destruction.
close (line 120)
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 108)
Write a message to the log. This function really just writes the message to the buffer.
open (line 80)
Sets an option specific to the implementation of the log adapter.
setOption (line 67)
Sets an option specific to the implementation of the log adapter.
write (line 95)
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.
Documentation generated on Tue, 11 Jul 2006 12:17:48 -0500 by phpDocumentor 1.3.0RC6