log

inline fun <T : Any> log(    priority: Priority = DEBUG,     tag: String? = null,     message: () -> T)