Bug 22158

Summary: Would like to turn on WebCore logging channels via an environment variable
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebCore Misc.Assignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Patch + ChangeLog andersca: review+

Description Adam Roben (:aroben) 2008-11-10 10:06:18 PST
It would be nice if we could turn on WebCore logging channels via an environment variable on Windows.
Comment 1 Adam Roben (:aroben) 2008-11-10 10:14:13 PST
Created attachment 25020 [details]
Patch + ChangeLog

You can now turn on WebCore logging channels by setting the WebCoreLogLevel environment variable to a hexadecimal number, e.g.:

WebCoreLogLevel=0x00000400
Comment 2 Adam Roben (:aroben) 2008-11-10 10:39:34 PST
Committed in r38266 <http://trac.webkit.org/changeset/38266>