heel

fun heel(tag: String, block: () -> Unit)(source)

Log within a temporary tag scope.

The given tag applies only for the duration of block, after which the previous tag (global or auto-detect) is restored. Scopes can be nested.

Since

1.0.0