info

inline fun info(msg: String? = null, err: Throwable? = null)
inline fun info(msg: String? = null, err: Throwable? = null, noinline msgProvider: LogMessageFunction)