mirror of https://github.com/libsdl-org/SDL.git
Document the "trace" log priority
This commit is contained in:
parent
b9d018f2a2
commit
3de975884a
|
|
@ -41,7 +41,7 @@
|
|||
* "system", "audio", "video", "render", "input", "test", or `*` for any
|
||||
* unspecified category.
|
||||
*
|
||||
* The level can be a numeric level, one of "verbose", "debug", "info",
|
||||
* The level can be a numeric level, one of "trace", "verbose", "debug", "info",
|
||||
* "warn", "error", "critical", or "quiet" to disable that category.
|
||||
*
|
||||
* You can omit the category if you want to set the logging level for all
|
||||
|
|
|
|||
Loading…
Reference in New Issue