Skip to content

Local debug runtimes; compile-time vs. runtime log levels check

Compare
Choose a tag to compare
@lukstafi lukstafi released this 08 Aug 09:46
· 38 commits to main since this release

A new family of entry points _l_ resp. _lb_ that retrieve debug runtimes via a call _get_local_debug_runtime () resp. _get_local_printbox_debug_runtime (): these functions are correspondingly expected in the scope. The entry points facilitate using thread-local (and domain-local) debug runtimes.

Compile-time vs. runtime consistency check for %%global_debug_log_level_from_env_var, and %%global_debug_log_level_from_env_var_unsafe that bypasses the check.