setup_native_logging
needs to handle its own Once
semantics
#4893
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🧑💻 dev experience
developer experience (excluding CI)
🏎️ Quick Issue
Can be fixed in a few hours or less
🚜 refactor
Change the code, not the functionality
Everything that calls into
setup_native_logging
(which is a lot) has to take care of wrapping it inOnce
-like semantics.Let's implement these semantics in
setup_native_logging
directly.The text was updated successfully, but these errors were encountered: