I assume most of you are aware of android.util.Log All logging methods accept \'String tag\' as a first argument.
And my question is How do you usually tag y
For those users that visit this question:
private val TAG:String = this.javaClass.simpleName;