I’m working with multiplatform and I’ve found the ...
# language-proposals
a
I’m working with multiplatform and I’ve found the problem with logging. What do you thing about this proposal? -------------- A developer of a multiplatform project has to use some external library or write its own implementation (with slf4j/println/NSLog as an actual implementation). For example, ktor library uses slf4j for JVM target and println for others target. It’s better to use a common library. Example (the best but not good enough): https://github.com/MicroUtils/kotlin-logging/
👍 2
3
g
It's not a language proposal, it's just doesn't require any language changes
a
May be. Ok.