warning

inline fun KSLog.warning(e: Throwable? = null, noinline messageBuilder: () -> Any)(source)
inline fun KSLog.warning(tag: String?, e: Throwable? = null, noinline messageBuilder: () -> Any)(source)
inline fun KSLog.warning(tag: String, noinline messageBuilder: () -> Any)(source)
inline fun KSLog.warning(message: Any, e: Throwable?)(source)
inline fun KSLog.warning(message: String, e: Throwable)(source)
inline fun KSLog.warning(message: Any)(source)
inline fun KSLog.warning(tag: String, message: Any, e: Throwable?)(source)
inline fun KSLog.warning(tag: String, message: Any)(source)