AndroidBoomerangLogger

class AndroidBoomerangLogger(level: LogLevel = LogLevel.DEBUG) : BoomerangLogger(source)

Android-specific implementation of BoomerangLogger that uses Android's Log utility.

This logger integrates with Android's built-in logging system, allowing Boomerang log messages to appear in Logcat with the appropriate level and tag.

Constructors

Link copied to clipboard
constructor(level: LogLevel = LogLevel.DEBUG)

Functions

Link copied to clipboard
open override fun log(tag: String, message: String)

Logs a message with the specified tag using Android's Log utility.