Todo List
The API for this interface is based on the PEAR::Log interface. It provides a simple API that can be used by Propel independently of Log backend.
PEAR::Log and perhaps the Log API was developed by Chuck Hagenbuch <chuck@horde.org> and Jon Parise <jon@php.net>.
void alert( mixed $message)
void crit( mixed $message)
void debug( mixed $message)
void err( mixed $message)
void info( mixed $message)
void log( mixed $message, [int $severity = null])
void notice( mixed $message)
void warning( mixed $message)