|  | NVIDIA DeepStream SDK API Reference5.0 Release | 
NVIDIA DeepStream logging API
Description: This file defines an API for logging and debugging DeepStream applications.
Definition in file nvds_logger.h.
Go to the source code of this file.
| Macros | |
| #define | DSLOG_SYSLOG_IDENT "DSLOG" | 
| #define | DSLOG_CAT_CR "CR" | 
| #define | DSLOG_CAT_SG "SG" | 
| Functions | |
| void | nvds_log_open () | 
| Opens a connection to the logger.  More... | |
| void | nvds_log_close () | 
| Closes a connection to the logger.  More... | |
| void | nvds_log (const char *category, int priority, const char *data,...) | 
| Logs a message to a location determined by the setup script.  More... | |