Located in /Log.php (line 32)
Class constructor. Create a new logger
Class destructor. Shutdown log writers
Add a filter that will be applied before all log writers.
Before a message will be received by any of the writers, it must be accepted by all filters added with this method.
Add a custom priority
Add a writer. A writer is responsible for taking a log message and writing it out to storage.
Log a message at a priority
Set an extra item to pass to the log writers.
Undefined method handler allows a shortcut:
$log->priorityName('message') instead of $log->log('message', Zend_Log::PRIORITY_NAME)
Documentation generated on Sun, 27 May 2007 23:25:29 -0700 by phpDocumentor 1.3.2