object Kalev
const val D: String |
|
const val E: String |
|
var fastLog: FastLog?
FastLog can be used for performance-sensitive logging. Note that FastLog will NOT trigger log consumers |
|
const val I: String |
|
var nop: Boolean
No Operation mode. In case of enabled NOP mode Kalev will not create log entries and dispatch them to consumers |
|
const val V: String |
|
const val W: String |
fun addPoeg(consumer: Kalevipoeg): Unit |
|
fun d(message: String): Unitfun d(throwable: Throwable, message: String): Unit |
|
fun e(message: String): Unitfun e(throwable: Throwable, message: String): Unit |
|
fun getEntry(): LogEntry |
|
fun i(message: String): Unitfun i(throwable: Throwable, message: String): Unit |
|
fun removeAllPoegs(): Unit |
|
fun removePoeg(consumer: Kalevipoeg): Unit |
|
fun tag(tag: String): LogEntry |
|
fun v(message: String): Unitfun v(throwable: Throwable, message: String): Unit |
|
fun w(message: String): Unitfun w(throwable: Throwable, message: String): Unit |
|
fun with(key: String, value: Any?): LogEntryfun with(error: Throwable): LogEntry |