l

inline fun KSLog.l(    level: LogLevel,     tag: String? = null,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.l(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.l(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)

Sources

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