catchAll

fun <T> Logger.catchAll(stream: PrintStream = KernelStreams.err, msg: String = "", body: () -> T): T?