Skip to main content

VERBOSE

Static VERBOSE 

Source
static VERBOSE: AtomicBool
Expand 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.