Bug 103009

Summary: It should be possible to say dataLog("count = ", count, "\n") instead of dataLogF("count = %d\n", count)
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, barraclough, benjamin, ggaren, gyuyoung.kim, mark.lam, mhahnenberg, mitz, msaboff, ojan, oliver, rakuco, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 103000, 103001    
Bug Blocks: 102999, 103492    
Attachments:
Description Flags
WRONG PATCH
none
the patch msaboff: review+

Filip Pizlo
Reported 2012-11-21 19:22:23 PST
And we should also be able to provide overloads for logging objects by just overloading some print() function.
Attachments
WRONG PATCH (43.56 KB, patch)
2012-11-21 20:11 PST, Filip Pizlo
no flags
the patch (21.40 KB, patch)
2012-11-28 00:58 PST, Filip Pizlo
msaboff: review+
Filip Pizlo
Comment 1 2012-11-21 20:11:44 PST
Created attachment 175572 [details] WRONG PATCH
Filip Pizlo
Comment 2 2012-11-21 20:12:34 PST
Comment on attachment 175572 [details] WRONG PATCH Ooops. I posted this to the wrong bug. :-/
Filip Pizlo
Comment 3 2012-11-28 00:58:01 PST
Created attachment 176419 [details] the patch For reals this time.
Filip Pizlo
Comment 4 2012-11-28 15:04:19 PST
Note You need to log in before you can comment on or make changes to this bug.