Zend_LogLocated in /Log.php (line 33)
Constructor __construct (line 65)
Class constructor. Create a new logger
addFilter (line 141)
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.
addLevel (line 120)
Add a custom log level
addWriter (line 157)
Add a writer. A writer is responsible for taking a log message and writing it out to storage.
log (line 100)
Log a message at a level
__call (line 85)
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