Omzetting naar stdio.

This commit is contained in:
2026-08-03 08:20:56 +02:00
parent 93453c351f
commit 1ecb678e38
9 changed files with 989 additions and 1218 deletions
+3 -2
View File
@@ -589,7 +589,8 @@ Returns runtime information.
@defproc[(webview-set-loglevel [l (or/c 'error 'warning 'info 'debug)])
void?]{
Sets the native log level.
Sets the Qt backend log level.
The native log file path can be obtained via @racket[webview-info].
Backend diagnostics are written to stderr. The destination reported by
@racket[webview-info] is @tt{"stderr"}.
}