NVIDIA DeepStream SDK API Reference4.0 Release |
NVIDIA Logging API
Description: This API provides means for logging events in a DeepStream application for debugging.
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 connection to logger. More... | |
void | nvds_log_close () |
Called when application no longer needs logging capability. More... | |
void | nvds_log (const char *category, int priority, const char *data,...) |
Logs a message to locatioon as defined based on setup script. More... | |