Bug 22158 - Would like to turn on WebCore logging channels via an environment variable
Summary: Would like to turn on WebCore logging channels via an environment variable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-10 10:06 PST by Adam Roben (:aroben)
Modified: 2008-11-10 10:39 PST (History)
0 users

See Also:


Attachments
Patch + ChangeLog (8.37 KB, patch)
2008-11-10 10:14 PST, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>