KSAndroidLog

fun KSAndroidLog(defaultTag: String, filter: (l: LogLevel, t: String, m: String, Throwable?) -> Boolean): CallbackKSLog
fun KSAndroidLog(defaultTag: String, levels: Iterable<LogLevel>): KSLog
inline fun KSAndroidLog(    defaultTag: String,     firstLevel: LogLevel,     secondLevel: LogLevel,     vararg otherLevels: LogLevel): KSLog
fun KSAndroidLog(defaultTag: String, minLoggingLevel: LogLevel = LogLevel.VERBOSE): KSLog

Sources

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard