dokilog

dokilog / com.dokidevs.dokilog

Package com.dokidevs.dokilog

Types

Name Summary
DokiLog interface DokiLog
Main interface for DokiLog. See LogProfile to customize logging.
LogProfile open class LogProfile
Log profile which can be extended to customise log format.

Functions

Name Summary
d fun DokiLog.d(message: String? = null, t: Throwable? = null): Unit
fun DokiLog.d(t: Throwable? = null): Unit
Log at Log.DEBUG level.
e fun DokiLog.e(message: String? = null, t: Throwable? = null): Unit
fun DokiLog.e(t: Throwable? = null): Unit
Log at Log.ERROR level.
v fun DokiLog.v(message: String? = null, t: Throwable? = null): Unit
fun DokiLog.v(t: Throwable? = null): Unit
Log at Log.VERBOSE level.
w fun DokiLog.w(message: String? = null, t: Throwable? = null): Unit
fun DokiLog.w(t: Throwable? = null): Unit
Log at Log.WARN level.
wtf fun DokiLog.wtf(message: String? = null, t: Throwable? = null): Unit
fun DokiLog.wtf(t: Throwable? = null): Unit
Log at Log.ASSERT level.