AndroidLogWriter

fun interface AndroidLogWriter

Small boundary compatible with android.util.Log.println(priority, tag, message).

Functions

Link copied to clipboard
abstract fun println(priority: Int, tag: String, message: String): Int

Writes one already-sanitized, bounded line and returns the platform result.