config
fun MonitoringConfigFactory<Logcat.Config>.config(tag: String = "MonitoringMessageHandler", priority: Int = Log.DEBUG): Logcat.Config
Creates a new Config instance for the MonitoringConfigFactory.
Return
A new Config instance with the specified configuration.
Parameters
tag
The tag used to identify log messages in Logcat.
priority
The priority level of the log messages.