MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.73k stars 121 forks source link

Expose Reporter.makeLogReporter() #129

Closed andreH-B closed 3 years ago

andreH-B commented 3 years ago

I'm using XCLogParser in a command-line tool that filters out some build steps. I would still like to be able to use the HTML reporter for the edited builds steps but HtmlReporter does not have a public initializer. A quick way to achieve what I want would be to make Reporter.makeLogReporter() public. This way all reporters could be initialized if needed

ecamacho commented 3 years ago

I make it public, and I also I added public initializers to each Reporter.