setVerboseLogging

open fun setVerboseLogging(enabled: Boolean)

Toggle Logger.d/.v output at runtime (DEBUG must also be true at compile time). Touches only ENABLE_V — the shared ENABLED master gate is also read by Logger.i, so flipping it here would silence info logs as a side effect.