Logcat

A monitoring message handler that logs each event to Logcat.

Types

Link copied to clipboard
class Config

Configuration class for the Logcat handler type.

Link copied to clipboard

A factory for creating instances of the Logcat message handler.

Functions

Link copied to clipboard
fun MonitoringConfigFactory<Logcat.Config>.config(tag: String = "MonitoringMessageHandler", priority: Int = Log.DEBUG): Logcat.Config

Creates a new Config instance for the MonitoringConfigFactory.

Link copied to clipboard

Creates a new MonitoringMessageHandler using the provided configuration.