TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
sample::anonymous_namespace{logging.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 ("fatal" severity) More...
 

Function Documentation

◆ LOG_VERBOSE()

LogStreamConsumer sample::anonymous_namespace{logging.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:

◆ LOG_INFO()

LogStreamConsumer sample::anonymous_namespace{logging.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:

◆ LOG_WARN()

LogStreamConsumer sample::anonymous_namespace{logging.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:

◆ LOG_ERROR()

LogStreamConsumer sample::anonymous_namespace{logging.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:

◆ LOG_FATAL()

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

produces a LogStreamConsumer object that can be used to log messages of severity kINTERNAL_ERROR ("fatal" severity)

Example usage:

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