log

fun <T> T.log(tag: String = TAG): T

Log this object as debug (shorter name)


fun <T : Exception> T.log(tag: String = TAG): T

Log stacktrace of exception as error