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.
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 prefixesbugsnagci <level>
so that the fixture messages can easily be filtered by common tooling.