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

Function LOG_ERROR

quickstart/common/logging.h:491–494  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

489//! LOG_ERROR(logger) << "hello world" << std::endl;
490//!
491inline LogStreamConsumer LOG_ERROR(const Logger& logger)
492{
493 return LogStreamConsumer(logger.getReportableSeverity(), Severity::kERROR);
494}
495
496//!
497//! \brief produces a LogStreamConsumer object that can be used to log messages of severity kINTERNAL_ERROR

Callers 1

logger.cppFile · 0.70

Calls 2

LogStreamConsumerClass · 0.70
getReportableSeverityMethod · 0.45

Tested by

no test coverage detected