Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated logger APIs and update Changelog #202

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

paulb777
Copy link
Member

No description provided.

@google-oss-bot
Copy link

Coverage Report 1

Affected Products

  • GoogleUtilities-ios-unit-GoogleUtilities.framework

    Overall coverage changed from 0.14% (493b5a0) to 0.14% (9ea9243) by +0.00%.

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/DB2AjnBBC5.html

Copy link
Collaborator

@andrewheard andrewheard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Paul!

@paulb777 paulb777 merged commit 32d8a9e into main Jul 11, 2024
21 checks passed
@paulb777 paulb777 deleted the pb-rm-deprecated branch July 11, 2024 18:17
Comment on lines -151 to -163
NS_FORMAT_FUNCTION(4, 5) DEPRECATED_MSG_ATTRIBUTE("Replaced by `GULOSLogError`.");
extern void GULLogWarning(
GULLoggerService service, BOOL force, NSString *messageCode, NSString *message, ...)
NS_FORMAT_FUNCTION(4, 5) DEPRECATED_MSG_ATTRIBUTE("Replaced by `GULOSLogWarning`.");
extern void GULLogNotice(
GULLoggerService service, BOOL force, NSString *messageCode, NSString *message, ...)
NS_FORMAT_FUNCTION(4, 5) DEPRECATED_MSG_ATTRIBUTE("Replaced by `GULOSLogInfo`.");
extern void GULLogInfo(
GULLoggerService service, BOOL force, NSString *messageCode, NSString *message, ...)
NS_FORMAT_FUNCTION(4, 5) DEPRECATED_MSG_ATTRIBUTE("Replaced by `GULOSLogInfo`.");
extern void GULLogDebug(
GULLoggerService service, BOOL force, NSString *messageCode, NSString *message, ...)
NS_FORMAT_FUNCTION(4, 5) DEPRECATED_MSG_ATTRIBUTE("Replaced by `GULOSLogDebug`.");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just as a reminder, when you move these functions to a new file internally, these were the ones I forget to remove the DEPRECATED_MSG_ATTRIBUTE from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants