I need to print some str to console (Android Studio) using Kotlin. I\'ve tried the:
Log.v() Log.d() Log.i() Log.w() Log.e()
methods. But i
For example;
You can write them with kotlin too. You can see the examples on photo.