1.1 --- a/include/SDL_log.h Thu Nov 29 15:24:56 2012 -0500
1.2 +++ b/include/SDL_log.h Fri Nov 30 23:25:34 2012 -0800
1.3 @@ -59,8 +59,9 @@
1.4 * \brief The predefined log categories
1.5 *
1.6 * By default the application category is enabled at the INFO level,
1.7 - * the assert category is enabled at the WARN level, and all other
1.8 - * categories are enabled at the CRITICAL level.
1.9 + * the assert category is enabled at the WARN level, test is enabled
1.10 + * at the VERBOSE level and all other categories are enabled at the
1.11 + * CRITICAL level.
1.12 */
1.13 enum
1.14 {
1.15 @@ -72,6 +73,7 @@
1.16 SDL_LOG_CATEGORY_VIDEO,
1.17 SDL_LOG_CATEGORY_RENDER,
1.18 SDL_LOG_CATEGORY_INPUT,
1.19 + SDL_LOG_CATEGORY_TEST,
1.20
1.21 /* Reserved for future SDL library use */
1.22 SDL_LOG_CATEGORY_RESERVED1,