TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
anonymous_namespace{pluginLogging.h} Namespace Reference

Functions

LogStreamConsumer LOG_VERBOSE (const Logger &logger)
 produces a LogStreamConsumer object that can be used to log messages of severity kVERBOSE More...
 
LogStreamConsumer LOG_INFO (const Logger &logger)
 produces a LogStreamConsumer object that can be used to log messages of severity kINFO More...
 
LogStreamConsumer LOG_WARN (const Logger &logger)
 produces a LogStreamConsumer object that can be used to log messages of severity kWARNING More...
 
LogStreamConsumer LOG_ERROR (const Logger &logger)
 produces a LogStreamConsumer object that can be used to log messages of severity kERROR More...
 
LogStreamConsumer LOG_FATAL (const Logger &logger)
 produces a LogStreamConsumer object that can be used to log messages of severity kINTERNAL_ERROR More...
 

Function Documentation

◆ LOG_VERBOSE()

LogStreamConsumer anonymous_namespace{pluginLogging.h}::LOG_VERBOSE ( const Logger logger)
inline

produces a LogStreamConsumer object that can be used to log messages of severity kVERBOSE

Example usage:

LOG_VERBOSE(logger) << "hello world" << std::endl;
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LOG_INFO()

LogStreamConsumer anonymous_namespace{pluginLogging.h}::LOG_INFO ( const Logger logger)
inline

produces a LogStreamConsumer object that can be used to log messages of severity kINFO

Example usage:

LOG_INFO(logger) << "hello world" << std::endl;
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LOG_WARN()

LogStreamConsumer anonymous_namespace{pluginLogging.h}::LOG_WARN ( const Logger logger)
inline

produces a LogStreamConsumer object that can be used to log messages of severity kWARNING

Example usage:

LOG_WARN(logger) << "hello world" << std::endl;
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LOG_ERROR()

LogStreamConsumer anonymous_namespace{pluginLogging.h}::LOG_ERROR ( const Logger logger)
inline

produces a LogStreamConsumer object that can be used to log messages of severity kERROR

Example usage:

LOG_ERROR(logger) << "hello world" << std::endl;
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LOG_FATAL()

LogStreamConsumer anonymous_namespace{pluginLogging.h}::LOG_FATAL ( const Logger logger)
inline

produces a LogStreamConsumer object that can be used to log messages of severity kINTERNAL_ERROR

Example usage:

LOG_FATAL(logger) << "hello world" << std::endl;
Here is the call graph for this function:
Here is the caller graph for this function: