spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

Make XCMetricsUtils library public and move Logger to it #17

Closed BalestraPatrick closed 3 years ago

BalestraPatrick commented 3 years ago

The logger that we have is very useful to debug issues during integration by printing log statements to the Console app and filtering for XCMetricsApp, so I think it should be public so that third-party packages that write plugins can also make use of this utility.