iLogging

interface iLogging

Inheritors

MockAndroidLogging
AndroidLogging
JvmLogging
NativeLinuxLogging

Properties

Link copied to clipboard
abstract val module: String

Functions

Link copied to clipboard
abstract fun error(s: String)
Link copied to clipboard
abstract fun info(s: String)
Link copied to clipboard
open fun severe(s: String)
Link copied to clipboard
abstract fun warning(s: String)