SnoopLog

object SnoopLog

Snoop's own diagnostics channel (Logcat on Android, NSLog on iOS). Not API for hosts.

Only failures of Snoop's own code are reported here — never an error raised by the host or by a third-party framework, which the host already sees through its own channels.

Functions

Link copied to clipboard
fun info(tag: String, message: String)
Link copied to clipboard
fun warn(tag: String, message: String, throwable: Throwable? = null)