Log calls with string parameter #71
samhill303
started this conversation in
Ideas
Replies: 2 comments
-
This didn't feel too clunky when integrating in KaMPKit. Particularly in android studio. A little worse in iOS. This might be worth doing, but not highest priority IMO |
Beta Was this translation helpful? Give feedback.
0 replies
-
I feel it in the same way, it's kind of odd passing a lambda for just sending a String. Seems like too much overhead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently only accept lambda's for the message parameter. This ensures we dont evaluate the string if no logger cares about it. This is good but a little clunky if you dont care about that. Consider adding a string only version
Beta Was this translation helpful? Give feedback.
All reactions