sfWebDebugLogger logs messages into the web debug toolbar.
Method Summary
-
string
filterResponseContent($event, $content)
Listens to the response.filter_content event.
-
Boolean
initialize($dispatcher, $options = array())
Initializes this logger.
Methods inherited from sfVarLogger
doLog , getHighestPriority , getLogs , getPriorities , getTypes , getXDebugStack , initialize
Methods inherited from sfLogger
alert , crit , debug , doLog , emerg , err , getLogLevel , getPriorityName , info , initialize , listenToLogEvent , log , notice , setLogLevel , shutdown , warning , __construct
Method Details
-
(string) filterResponseContent ($event, $content)
Browse code
| $event |
The sfEvent instance
|
| $content |
The response content
|
Listens to the response.filter_content event.
returns The filtered response content
-
(Boolean) initialize ($dispatcher, $options = array())
Browse code
| $dispatcher |
A sfEventDispatcher instance
|
| $options |
An array of options.
|
Initializes this logger.
Available options:
returns true, if initialization completes successfully, otherwise false.
|