[FLOW3-general] Use the FLOW3 Logging function.
Robert Lemke
robert at typo3.org
Fri Apr 8 13:29:40 CEST 2011
Hi Regine,
Am 08.04.2011 um 12:37 schrieb Regine Rosewich:
> I'm just playing around with the ExtDirect possibilities of FLOW3 together
> with an ExtJs frontend. My Problem is, that the ExtJs Frontend does not show
> any var_dump().
If you're on a Mac, I can only recommend using Charles (http://xk72.com/charles/).
> Is there any possibility to dump the results of a var_dump() to the FLOW3
> System-Log.
Just pass the data you want to log as $additionalData:
public function log($message, $severity = LOG_INFO, $additionalData = NULL, $packageKey = NULL, $className = NULL, $methodName = NULL);
Cheers,
Robert
More information about the FLOW3-general
mailing list