-
Notifications
You must be signed in to change notification settings - Fork 8
Add log level to KMP #386
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
Add log level to KMP #386
Conversation
In next commit logVerbosity should be removed from: commonMain/kotlin/com/pubnub/api/v2/PNConfiguration.kt and platform specific implementations
f1fd585 to
9d2e439
Compare
| val None = LogLevel(setOf(Level.NONE)) | ||
| actual val NONE = None | ||
|
|
||
| /** Only errors */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the content below this comment isn't used anywhere.
Do we need to keep it? I would remove any additional code that's not accessed anywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding is that it could be used in the future if someone decide to debug Swift integrationTests in KMP e.g. by setting logLevel to e.g. "All"
|
@pubnub-release-bot release kotlin as v12.0.3 |
1 similar comment
|
@pubnub-release-bot release kotlin as v12.0.3 |
|
🚀 Release successfully completed 🚀 |
fix: Internal changes - added logLevel for KMP tests