info

fun SmartLogger.info(message: String, throwable: Throwable? = null)

Equivalent of Log.i

Parameters

message

Message to be logged

throwable

throwable object if any