[oxid-dev-general] Write debug-output to files instead to browser?

2013-08-28 Thread Roman Allenstein
Is there a way not to print the debug-output to the browser but log it instead in to files? Greets Roman Allenstein -- Dipl.Winf. (FH) Roman Allenstein Software-Developer Spark 5 GmbH Rheinstraße 97 64295 Darmstadt Fon: +49-6151-8508-048 Fax: +49-6151-8508-111 Mail: roman.allenst...@spark5.de

Re: [oxid-dev-general] Write debug-output to files instead to browser?

2013-08-28 Thread André Gregor-Herrmann
Hi Roman, use oxUtils::getInstance()-writeToLog( $sLogMessage, $sLogFileName ); things will land in log folder then. Best wishes André Am Mittwoch, 28. August 2013, 15:19:37 schrieb Roman Allenstein: Is there a way not to print the debug-output to the browser but log it instead in to