LogcatHandler

class LogcatHandler(fallbackTag: String) : Handler

Logging handler that logs to Android logcat.

Log level mapping: https://source.android.com/docs/core/tests/debug/understanding-logging#log-standards

Parameters

fallbackTag

adb tag to use if class name can't be determined

Constructors

Link copied to clipboard
constructor(fallbackTag: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun flush()
Link copied to clipboard
open fun getEncoding(): String
Link copied to clipboard
Link copied to clipboard
open fun getFilter(): Filter
Link copied to clipboard
Link copied to clipboard
open fun getLevel(): Level
Link copied to clipboard
Link copied to clipboard
open override fun publish(r: LogRecord)
Link copied to clipboard
open fun setEncoding(p0: String)
Link copied to clipboard
Link copied to clipboard
open fun setFilter(p0: Filter)
Link copied to clipboard
open fun setFormatter(p0: Formatter)
Link copied to clipboard
open fun setLevel(p0: Level)