NVIDIA DeepStream SDK API Reference

6.4 Release
logging.h
Go to the documentation of this file.
1 
14 #ifndef _LOGGER_H
15 #define _LOGGER_H
16 
17 #define LOG_ERROR printf
18 #define LOG_WARNING printf
19 #define LOG_INFO printf
20 #define LOG_DEBUG printf
21 
22 #endif