Bug 25936 - wxWebKit lacks a way to control logging
Summary: wxWebKit lacks a way to control logging
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-21 09:46 PDT by Kevin Watters
Modified: 2009-05-21 17:26 PDT (History)
0 users

See Also:


Attachments
implement InitializeLoggingChannelsIfNecessary (4.37 KB, patch)
2009-05-21 09:48 PDT, Kevin Watters
kevino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2009-05-21 09:46:34 PDT
Controlling logging via an environment variable would be useful.
Comment 1 Kevin Watters 2009-05-21 09:48:01 PDT
Created attachment 30546 [details]
implement InitializeLoggingChannelsIfNecessary

Parses environment variable WX_WEBKIT_LOG to determine which logs are enabled.
Comment 2 Kevin Ollivier 2009-05-21 17:26:54 PDT
Landed in r43990, thanks!