PreferencesLogger

Interface that determines preferences logging behavior.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun info(message: String)

Log message in information channel.

Link copied to clipboard
abstract fun warn(message: String)

Log message in warning channel.