what's the supposed way to log something in compos...
# compose-desktop
d
what's the supposed way to log something in compose-desktop?
i
• println / System.err.println for simple cases • log4j/slf4j (standard of java logging) • Kotlin MPP friendly logger (https://github.com/MicroUtils/kotlin-logging, https://github.com/AAkira/Napier)
😃 1