Browse Source

Document the "trace" log priority

Sam Lantinga 10 tháng trước cách đây
mục cha
commit
3de975884a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/SDL3/SDL_log.h

+ 1 - 1
include/SDL3/SDL_log.h

@@ -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