-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
KLoggingEventBuilder accept nullable values in payload #400
Comments
Thank you for reporting an issue. See the wiki for documentation and slack for questions. |
yes. would you like to create a PR? |
@oshai Created a PR here. Would you please help me validate that it doesn't lead to a null-pointer? I'm not too knowledgable in how this library integrates with the other libraries as a whole. Sadly as these are public classes, I'm not sure if these are backwards compatible changes. I also happen to know data classes don't fair well with backwards compatible changes either. See here |
I think the change is safe (both NPE and backward compatibility). |
Hello! Is it possible to modify KLoggingEventBuilder to accept nullable values? This would allow us to avoid null-checks in the code we are adding logs to.
Example:
The text was updated successfully, but these errors were encountered: