NVIDIA DeepStream SDK API Reference

6.4 Release
logging.h File Reference

Go to the source code of this file.

Macros

#define LOG_ERROR   printf
 Copyright (c) 2019, NVIDIA CORPORATION. More...
 
#define LOG_WARNING   printf
 
#define LOG_INFO   printf
 
#define LOG_DEBUG   printf
 

Macro Definition Documentation

◆ LOG_DEBUG

#define LOG_DEBUG   printf

Definition at line 20 of file logging.h.

◆ LOG_ERROR

#define LOG_ERROR   printf

Copyright (c) 2019, NVIDIA CORPORATION.

All rights reserved.

NVIDIA Corporation and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without an express license agreement from NVIDIA Corporation is strictly prohibited.

version: 0.2

Definition at line 17 of file logging.h.

◆ LOG_INFO

#define LOG_INFO   printf

Definition at line 19 of file logging.h.

◆ LOG_WARNING

#define LOG_WARNING   printf

Definition at line 18 of file logging.h.