Located in /Log.php (line 33)
Class constructor. Create a new logger
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 log level
Add a writer. A writer is responsible for taking a log message and writing it out to storage.
Log a message at a level
Undefined method handler allows a shortcut:
$log->levelName('message') instead of $log->log('message', Zend_Log::LEVELNAME)
Documentation generated on Wed, 21 Feb 2007 12:02:38 -0800 by phpDocumentor 1.3.1