Document the "trace" log priority

This commit is contained in:
Sam Lantinga 2025-02-12 21:37:13 -08:00
parent b9d018f2a2
commit 3de975884a

View file

@ -41,7 +41,7 @@
* "system", "audio", "video", "render", "input", "test", or `*` for any * "system", "audio", "video", "render", "input", "test", or `*` for any
* unspecified category. * 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. * "warn", "error", "critical", or "quiet" to disable that category.
* *
* You can omit the category if you want to set the logging level for all * You can omit the category if you want to set the logging level for all