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

Function LOG_INFO

samples/common/logging.h:536–539  ·  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

534//! LOG_INFO(logger) << "hello world" << std::endl;
535//!
536inline LogStreamConsumer LOG_INFO(const Logger& logger)
537{
538 return LogStreamConsumer(logger.getReportableSeverity(), Severity::kINFO);
539}
540
541//!
542//! \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