mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
- Macro.h: add `jh` journal for HooksApi partition in HOOK_SETUP()
- applyHook.cpp: trace, trace_num, trace_float now use jh + JLOG macro
for line numbers and separate partition filtering
- SuiteLogsWithOverrides.h: per-partition severity overrides for tests
Usage in tests:
Env env{*this, envconfig(), features,
std::make_unique<SuiteLogsWithOverrides>(*this,
SuiteLogsWithOverrides::Overrides{{"HooksApi", Sev::kTrace}})};