info

fun info(msg: String, throwable: Throwable? = null)

Logs a Log.INFO message and prints the stacktrace of the exception

Parameters

msg

Message to log

throwable

Exception to log


fun info(ctx: Context?, msg: String)

Deprecated

Use infoToast(msg) instead

Replace with

infoToast(msg)

Logs a Log.INFO message, and shows it to the user as a toast

Parameters

msg

Message to log