RESOLVED DUPLICATE of bug 14953 14263
Safari's existing console.log does not log into the Web Inspector's console
https://bugs.webkit.org/show_bug.cgi?id=14263
Summary Safari's existing console.log does not log into the Web Inspector's console
Niels Leenheer (HTML5test)
Reported 2007-06-20 22:41:50 PDT
When using Firebug you can use the console object to log debug information to the javascript console. For example: console.log('debug information'); We could use the same API for a similar purpose.
Attachments
Matt Lilek
Comment 1 2007-06-20 23:46:33 PDT
Personally, I think we should go beyond that and basically replace the javascript console from the debug menu and integrate that into the inspector
Timothy Hatcher
Comment 2 2007-06-21 00:02:11 PDT
Yes, we plan to make console.log work with the new inspector.
Niels Leenheer (HTML5test)
Comment 3 2007-06-21 00:04:42 PDT
Matt: yes. In case my original description was not clear enough. I was talking about the console of the Web Inspector. Not the old Javascript console that can be enabled in the Debug menu. If you manually log messages they should appear in the Web Inspector console.
Timothy Hatcher
Comment 4 2007-06-24 11:36:31 PDT
Bug 14354 is about supporting the entire Firebug console API. This bug should be about just getting console.log moved.
Timothy Hatcher
Comment 5 2007-06-24 11:37:27 PDT
Bug 14354 is about supporting the entire Firebug console API. This bug should be about just getting console.log moved.
David Kilzer (:ddkilzer)
Comment 6 2007-08-12 16:29:06 PDT
See also Bug 14953.
Timothy Hatcher
Comment 7 2007-12-05 14:12:47 PST
This was fixed by bug 14953. Marking this as a dupe. *** This bug has been marked as a duplicate of 14953 ***
Note You need to log in before you can comment on or make changes to this bug.