when the test failed. I.e. I can see a copy of the actual test:
"cnti != cnto" in the log. I get that by including a copy of
the test "f" text in the printout:
#define LOG_VIF( f, lvl, format, ... ) \
if ( (f) && ( LOG_PRINTF(lvl, "<%s>" format, #f, __VA_ARGS__), 1 ) )
Can I get that in ADA too ?
I think it is nice to see the actual test that triggered the log line
in the log.