Package-level declarations

Types

Link copied to clipboard
interface QuatiLogger

Functions

Link copied to clipboard
inline fun <T> <Error class: unknown class>.executionTime(message: String, block: () -> T): T
Link copied to clipboard
inline fun <T> <Error class: unknown class>.executionTimeCatching(message: String, errorMsg: (Throwable) -> String = { it.message ?: "<no-message>" }, block: () -> T): <Error class: unknown class><T>