warn

context(c: TracingContext)
inline fun Logger.warn(f: () -> String)(source)
context(c: TracingContext)
inline fun Logger.warn(t: Throwable, f: () -> String)(source)
context(c: TracingContext)
inline fun Logger.warn(tags: Tags, f: () -> String)(source)
context(c: TracingContext)
inline fun Logger.warn(tags: Tags, t: Throwable, f: () -> String)(source)
context(c: TracingContext)
fun Logger.warn(msg: String, vararg args: Any?)(source)
context(c: TracingContext)
fun Logger.warn(msg: String, t: Throwable, vararg args: Any?)(source)
context(c: TracingContext)
fun Logger.warn(tags: Tags, msg: String, vararg args: Any?)(source)
context(c: TracingContext)
fun Logger.warn(tags: Tags, msg: String, t: Throwable, vararg args: Any?)(source)
context(s: TracingEvent.Span)
inline fun Logger.warn(f: () -> String)(source)
context(s: TracingEvent.Span)
inline fun Logger.warn(t: Throwable, f: () -> String)(source)
context(s: TracingEvent.Span)
inline fun Logger.warn(tags: Tags, f: () -> String)(source)
context(s: TracingEvent.Span)
inline fun Logger.warn(tags: Tags, t: Throwable, f: () -> String)(source)
context(s: TracingEvent.Span)
fun Logger.warn(msg: String, vararg args: Any?)(source)
context(s: TracingEvent.Span)
fun Logger.warn(msg: String, t: Throwable, vararg args: Any?)(source)
context(s: TracingEvent.Span)
fun Logger.warn(tags: Tags, msg: String, vararg args: Any?)(source)
context(s: TracingEvent.Span)
fun Logger.warn(tags: Tags, msg: String, t: Throwable, vararg args: Any?)(source)
inline fun Log4kClassic.warn(f: () -> String)(source)
inline fun Log4kClassic.warn(t: Throwable, f: () -> String)(source)
inline fun Log4kClassic.warn(tags: Tags, f: () -> String)(source)
inline fun Log4kClassic.warn(tags: Tags, t: Throwable, f: () -> String)(source)
inline fun Log4kClassic.warn(span: TracingEvent.Span, f: () -> String)(source)
inline fun Log4kClassic.warn(span: TracingEvent.Span, t: Throwable, f: () -> String)(source)
inline fun Log4kClassic.warn(span: TracingEvent.Span, tags: Tags, f: () -> String)(source)
inline fun Log4kClassic.warn(span: TracingEvent.Span, tags: Tags, t: Throwable, f: () -> String)(source)
fun Log4kClassic.warn(msg: String, vararg args: Any?)(source)
fun Log4kClassic.warn(msg: String, t: Throwable, vararg args: Any?)(source)
fun Log4kClassic.warn(tags: Tags, msg: String, vararg args: Any?)(source)
fun Log4kClassic.warn(tags: Tags, msg: String, t: Throwable, vararg args: Any?)(source)
fun Log4kClassic.warn(span: TracingEvent.Span, msg: String, vararg args: Any?)(source)
fun Log4kClassic.warn(span: TracingEvent.Span, msg: String, t: Throwable, vararg args: Any?)(source)
fun Log4kClassic.warn(span: TracingEvent.Span, tags: Tags, msg: String, vararg args: Any?)(source)
fun Log4kClassic.warn(span: TracingEvent.Span, tags: Tags, msg: String, t: Throwable, vararg args: Any?)(source)