ShoutOut

object ShoutOut

ShoutOut Singleton class

Functions

Link copied to clipboard
fun log(message: String = ""): ShoutOut

Log string messages to Logcat

Link copied to clipboard

Set debuggable flag for logs

Link copied to clipboard
fun setTag(tag: String)

Set Tag for Logcat messages

Link copied to clipboard
fun withCause(cause: Exception)

Log exception stacktrace messages to Logcat