assert

inline fun KSLog.assert(    tag: String? = null,     e: Throwable? = null,     messageBuilder: () -> String)
inline fun KSLog.assert(message: String, e: Throwable? = null)
inline fun KSLog.assert(    tag: String,     message: String,     e: Throwable? = null)

Sources

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