diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

nicer console debug message #407

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. when goog.debug.Console logger is used.
2.
3.

What is the expected output? What do you see instead?
Nicer output

What version of the product are you using? On what operating system?
Window, chrome browser

Please provide any additional information below.

Since, webkit and IE are supporting window.console, the flag, 
console['firebug'] should be removed in line 102 or console.js, so that nicer 
output be generated. Currently it is available only in firebug.

Original issue reported on code.google.com by kyawt...@gmail.com on 30 Dec 2011 at 5:43

GoogleCodeExporter commented 8 years ago

Original comment by pall...@google.com on 30 Dec 2011 at 10:38

GoogleCodeExporter commented 8 years ago
Should be fixed in 

http://code.google.com/p/closure-library/source/detail?r=1741

Original comment by nn...@google.com on 11 May 2012 at 7:46