pub const fn logging() -> boolExpand description
Returns whether extra logging calls retain their requested levels.
Debug-assertion builds, tuwunel_debug_logging, or an absent
release_max_log_level feature enable the extra levels. When disabled,
callers demote these events to DEBUG so compile-time filtering can remove
them.