Bug 142370

Summary: [Win] Provide tiered logging from MSBuild -- Errors on Top, Warnings after
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Tools / TestsAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, dbates, ddkilzer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dino: review+

Description Brent Fulgham 2015-03-05 16:30:05 PST
MSBuild has the ability to output multiple logs with different filters. To make our logging more useful for quick review, I dialed the logging level back to errors only. However, we should also include warnings.

Unfortunately, there is no built-in "errors and warnings" logging level. Instead, lets log errors to one log file, warnings to another, and concatenate them (errors first) when our existing AssembleBuildLogs command runs at the end of the build.
Comment 1 Brent Fulgham 2015-03-05 17:03:35 PST
Created attachment 248021 [details]
Patch
Comment 2 Brent Fulgham 2015-03-05 17:39:50 PST
Committed r181125: <http://trac.webkit.org/changeset/181125>