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 ): Unit Log debug . |
e | fun Logger.e(t: Throwable ? = null, predicate: Boolean = true, body: () -> String ): Unit Log error . |
i | fun Logger.i(t: Throwable ? = null, predicate: Boolean = true, body: () -> String ): Unit Log info . |
t | fun Logger.t(t: Throwable ? = null, predicate: Boolean = true, body: () -> String ): Unit Log trace . |
w | fun Logger.w(t: Throwable ? = null, predicate: Boolean = true, body: () -> String ): Unit Log warn . |