NVIDIA DeepStream SDK API Reference

4.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
nvds_logger.h File Reference

Detailed Description

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...