This commit is contained in:
2026-08-04 13:00:56 +02:00
parent d9af82d230
commit a1a56cd08c
4 changed files with 97 additions and 34 deletions
+12
View File
@@ -51,3 +51,15 @@ For a protocol-only test that does not create a window:
Set `RKT_WEBVIEW_PRG` to test a backend executable outside the test program's
directory.
### Backend logging
Diagnostics written through `utils.h` use one-line structured stderr records:
```text
json:{"topic":"webview-backend","level":"info","elapsed":0.125,"message":"..."}
```
Stdout remains reserved for protocol messages. Unstructured stderr output from
Qt or third-party libraries may still occur and should be treated as diagnostic
text.