Logcat

data class Logcat(val minLevel: LogLevel = LogLevel.DEBUG, val tagPrefix: String = "KioskOps") : LoggingSinkConfig

Android Logcat output sink.

Constructors

Link copied to clipboard
constructor(minLevel: LogLevel = LogLevel.DEBUG, tagPrefix: String = "KioskOps")

Properties

Link copied to clipboard

Minimum log level to output

Link copied to clipboard

Optional prefix for log tags