Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2025-09-07 21:33:32 +00:00
parent 35959b606a
commit 8e06997cb9
+2 -1
View File
@@ -2410,7 +2410,8 @@ extern "C" {
* *
* `app=info,assert=warn,test=verbose,*=error` * `app=info,assert=warn,test=verbose,*=error`
* *
* If the `DEBUG_INVOCATION` environment variable is set to "1", the default log levels are equivalent to: * If the `DEBUG_INVOCATION` environment variable is set to "1", the default
* log levels are equivalent to:
* *
* `assert=warn,test=verbose,*=debug` * `assert=warn,test=verbose,*=debug`
* *