wiki.techinc.nl/includes/debug
Yuri Astrakhan 8dcf1e6205 API DebugToolbar's debugLog format cleanup
When using debug toolbar, make the result cleaner and more readable:

XML: <debugLog><msg>…</msg><msg>…</msg></debugLog>
JSON: "debugLog": ["…","…"]

Instead of current:
XML: <debugLog><msg xml:space="preserve">…</msg>...
JSON: "debugLog": [{"*": "…"}, {"*": "…"}]

Change-Id: Ieb9d3ab23d7654f5eaf3b79b3b69f4aab99d4680
2013-07-09 22:03:16 -04:00
..
Debug.php API DebugToolbar's debugLog format cleanup 2013-07-09 22:03:16 -04:00