KSLog

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

Sources

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