debug

fun <T : Any> Storage<T>.debug(printFn: (String) -> Unit = ::println): Storage<T>

Debug all inputs and outputs of storage calls.