XCLogParser icon indicating copy to clipboard operation
XCLogParser copied to clipboard

Log Types

Open spydercapriani opened this issue 3 years ago • 1 comments

Details

Opens up the parsing feature to more LogTypes.

Idea behind this approach is to make it easier to parse things like Package logs so as to potentially allow metric collection around dependencies. For example, Package + Build Logs can provide a deeper picture of what developement cycle looks like since package resolution happen before builds take place but aren't necessarily being accounted for.

spydercapriani avatar Feb 02 '22 17:02 spydercapriani

Example: xclogparser parse --project XCLogParser --reporter json --logs Package

This will parse the latest package resolution log for the project.

spydercapriani avatar Feb 02 '22 17:02 spydercapriani