Default log categories. More...
Macros | |
#define | KZ_LOG_CATEGORY_GENERIC |
The generic log category. More... | |
#define | KZ_LOG_CATEGORY_DEBUG_DEFAULT_STATE |
Define this macro to KZ_LOG_ENABLED_CATEGORY or KZ_LOG_DISABLED_CATEGORY to enable or disable KZ_LOG_CATEGORY_DEBUG category. More... | |
#define | KZ_LOG_CATEGORY_DEBUG |
The debug log category. More... | |
#define | KZ_LOG_CATEGORY_GRAPHICS_MESH_EXTRA |
The log category for extra graphics mesh log messages. More... | |
#define | KZ_LOG_CATEGORY_EGL_EXTRA |
The log category for extra EGL log messages. More... | |
Default log categories.
#define KZ_LOG_CATEGORY_GENERIC |
The generic log category.
Use it to log messages that can not be assigned to any other log category. Always prefer to assign log message to existing log category or define new log category rather than use this one. The state of this category is determined by KZ_LOG_CATEGORY_GENERIC_DEFAULT_STATE.
#define KZ_LOG_CATEGORY_DEBUG_DEFAULT_STATE |
Define this macro to KZ_LOG_ENABLED_CATEGORY or KZ_LOG_DISABLED_CATEGORY to enable or disable KZ_LOG_CATEGORY_DEBUG category.
This macro is used to set the state of the KZ_LOG_CATEGORY_DEBUG. If you do not define this macro before including this header then it will be defined to the value of KZ_LOG_ENABLED_CATEGORY.
#define KZ_LOG_CATEGORY_DEBUG |
The debug log category.
Use it for debug messages only. The state of this category is determined by KZ_LOG_CATEGORY_DEBUG_DEFAULT_STATE.
#define KZ_LOG_CATEGORY_GRAPHICS_MESH_EXTRA |
The log category for extra graphics mesh log messages.
This category is disabled by default. Change state of this category to KZ_LOG_ENABLED_CATEGORY to enable extra graphics mesh logs.
#define KZ_LOG_CATEGORY_EGL_EXTRA |
The log category for extra EGL log messages.
This category is disabled by default. Change state of this category to KZ_LOG_ENABLED_CATEGORY to enable extra EGL logs.