doOnGlobal

@DelicateCoroutinesApi
fun doOnGlobal(enableLog: Boolean = true, onLog: (text: String) -> Unit = {}, func: suspend () -> Unit)