-
Notifications
You must be signed in to change notification settings - Fork 25
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
Replace all calls to NSLog
with calls to the ARTLog
instance
#1554
Comments
➤ Automation for Jira commented: The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3156 |
lawrence-forooghian
added a commit
that referenced
this issue
Dec 7, 2022
Replace it with calls to an ARTLog instance. Closes #1554.
lawrence-forooghian
added a commit
that referenced
this issue
Dec 7, 2022
Replace it with calls to an ARTLog instance. Closes #1554. TODO notes about the build settings and how might be better solved by moving SocketRocket code into Source
lawrence-forooghian
added a commit
that referenced
this issue
Dec 7, 2022
Replace it with calls to an ARTLog instance. Closes #1554.
lawrence-forooghian
added a commit
that referenced
this issue
Dec 7, 2022
Replace it with calls to an ARTLog instance. Closes #1554.
lawrence-forooghian
added a commit
that referenced
this issue
Dec 7, 2022
Replace it with calls to an ARTLog instance. Closes #1554.
lawrence-forooghian
added a commit
that referenced
this issue
Dec 7, 2022
Replace it with calls to an ARTLog instance. Closes #1554.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have some places in the codebase where we are calling
NSLog
instead of using the logger that was passed in toClientOptions
. We need to fix these.The text was updated successfully, but these errors were encountered: