warn

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

Equivalent of Log.w

Parameters

message

Message to be logged

throwable

throwable object if any