Zsolt Bencze
11/02/2023, 9:57 AMlog.error(e, { "Error logging in user" }, { mapOf("email" to email) })
In Swift you have the option to use @autoclosure: () -> String
and then the call site is someFunc("mylog")
Is there anything like that for Kotlin?Edoardo Luppi
11/02/2023, 3:25 PM