gh-pages / com.nextfaze.devfun.internal.log / org.slf4j.Logger
Extensions for org.slf4j.Logger
| Name | Summary |
|---|---|
| d | fun Logger.d(t: Throwable? = null, predicate: Boolean = true, body: () -> String): UnitLog debug. |
| e | fun Logger.e(t: Throwable? = null, predicate: Boolean = true, body: () -> String): UnitLog error. |
| i | fun Logger.i(t: Throwable? = null, predicate: Boolean = true, body: () -> String): UnitLog info. |
| t | fun Logger.t(t: Throwable? = null, predicate: Boolean = true, body: () -> String): UnitLog trace. |
| w | fun Logger.w(t: Throwable? = null, predicate: Boolean = true, body: () -> String): UnitLog warn. |