info

inline fun Logger.info(f: () -> String)(source)
inline fun Logger.info(t: Throwable, f: () -> String)(source)
inline fun Logger.info(tags: Tags, f: () -> String)(source)
inline fun Logger.info(tags: Tags, t: Throwable, f: () -> String)(source)
inline fun Logger.info(span: TracingEvent.Span, f: () -> String)(source)
inline fun Logger.info(span: TracingEvent.Span, t: Throwable, f: () -> String)(source)
inline fun Logger.info(span: TracingEvent.Span, tags: Tags, f: () -> String)(source)
inline fun Logger.info(span: TracingEvent.Span, tags: Tags, t: Throwable, f: () -> String)(source)
fun Logger.info(msg: String, vararg args: Any?)(source)
fun Logger.info(msg: String, t: Throwable, vararg args: Any?)(source)
fun Logger.info(tags: Tags, msg: String, vararg args: Any?)(source)
fun Logger.info(tags: Tags, msg: String, t: Throwable, vararg args: Any?)(source)
fun Logger.info(span: TracingEvent.Span, msg: String, vararg args: Any?)(source)
fun Logger.info(span: TracingEvent.Span, msg: String, t: Throwable, vararg args: Any?)(source)
fun Logger.info(span: TracingEvent.Span, tags: Tags, msg: String, vararg args: Any?)(source)
fun Logger.info(span: TracingEvent.Span, tags: Tags, msg: String, t: Throwable, vararg args: Any?)(source)