fun <reified Type : Any> Type.info(message: String): Unit
Author
Benjamin Beeker
fun <reified Type : Any> Type.info(message: String, throwable: Throwable): Unitfun <reified Type : Any> Type.info(message: String, param: Any): Unitfun <reified Type : Any> Type.info(message: String, vararg params: Any): Unit