//! sol-trade-sdk global log switch
//!
//! Controlled by `TradeConfig::log_enabled`, set in `TradingClient::new`.
//! All SDK logs (timing, SWQOS submit/confirm, WSOL, blacklist, etc.) should check this before output.
use ;
static SDK_LOG_ENABLED: AtomicBool = new;
/// Whether SDK logging is enabled (set from TradeConfig.log_enabled in TradingClient::new).
/// Set the SDK global log switch (only called from TradingClient::new).