NvLogs.h File Reference
Cross-platform application logging to file and console. More...
#include <NvFoundation.h>
Go to the source code of this file.
Defines | |
| #define | LOG_TAG "NVSDK" |
| #define | CHECK_GL_ERROR() checkGLError(__FILE__, __LINE__) |
Functions | |
| void | checkGLError (const char *file, int32_t line) |
Detailed Description
Cross-platform application logging to file and console.
- LOGI(...) printf-style "info" logging
- LOGE(...) printf-style "error" logging
- CHECK_GL_ERROR() check the current GL error status and log any error