Skip to main content

logging

Function logging 

Source
pub const fn logging() -> bool
Expand 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.