mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-26 12:27:44 +00:00
Added support for the DEBUG_INVOCATION environment variable
Fixes https://github.com/libsdl-org/SDL/issues/12275
This commit is contained in:
@@ -2410,6 +2410,10 @@ extern "C" {
|
||||
*
|
||||
* `app=info,assert=warn,test=verbose,*=error`
|
||||
*
|
||||
* If the `DEBUG_INVOCATION` environment variable is set to "1", the default log levels are equivalent to:
|
||||
*
|
||||
* `assert=warn,test=verbose,*=debug`
|
||||
*
|
||||
* This hint can be set anytime.
|
||||
*
|
||||
* \since This hint is available since SDL 3.2.0.
|
||||
|
||||
Reference in New Issue
Block a user