static VERBOSE: AtomicBoolExpand description
Global verbose mode flag.
This is a thread-safe atomic boolean that stores whether verbose logging is enabled. It uses relaxed memory ordering since the exact timing of when verbose mode is enabled/disabled doesn’t matter.