info

inline suspend fun info(f: () -> String)
inline suspend fun info(t: Throwable, f: () -> String)
suspend fun info(msg: String, vararg args: Any?)
suspend fun info(msg: String, t: Throwable, vararg args: Any?)