mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-02 08:16:42 +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}})};