zcash-android-wallet-sdk / cash.z.wallet.sdk.ext / twig

twig

fun twig(message: String): Unit

Makes a tiny log.

inline fun <R> twig(logMessage: String, block: () -> R): R

Times a tiny log.

inline fun <R> Twig.twig(logMessage: String, block: () -> R): R

Times a tiny log. Execute the block of code on the clock.