Playing around with the printing tool, I have found that println() is working while Log.e() is not working in Compose. So a alternative would be println("TAG + info"), and filter TAG in LogCat
println()
Log.e()
println("TAG + info")