bugsnag / bugsnag-cocoa

BugSnag error monitoring & exception reporter for iOS, macOS, tvOS and watchOS
https://docs.bugsnag.com/platforms/ios
MIT License
236 stars 129 forks source link

Harmonize fixture logging #1601

Closed kstenerud closed 1 year ago

kstenerud commented 1 year ago

Goal

This PR harmonizes all of the logging in the CI fixtures so that they all use the same function names (logInfo, logWarn, logError) in Swift and Objective-C, and support optional varargs. These log functions all go to the same "channel" that prefixes bugsnagci <level> so that the fixture messages can easily be filtered by common tooling.

github-actions[bot] commented 1 year ago

Bugsnag.framework binary size did not change - 713,104 bytes

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  [ = ]       0  [ = ]       0    TOTAL

Generated by :no_entry_sign: Danger