MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / LOG_INFO

Function LOG_INFO

quickstart/common/logging.h:467–470  ·  view source on GitHub ↗

\brief produces a LogStreamConsumer object that can be used to log messages of severity kINFO Example usage: LOG_INFO(logger) << "hello world" << std::endl;

Source from the content-addressed store, hash-verified

465//! LOG_INFO(logger) << "hello world" << std::endl;
466//!
467inline LogStreamConsumer LOG_INFO(const Logger& logger)
468{
469 return LogStreamConsumer(logger.getReportableSeverity(), Severity::kINFO);
470}
471
472//!
473//! \brief produces a LogStreamConsumer object that can be used to log messages of severity kWARNING

Callers 1

logger.cppFile · 0.70

Calls 2

LogStreamConsumerClass · 0.70
getReportableSeverityMethod · 0.45

Tested by

no test coverage detected