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

Function LOG_FATAL

quickstart/common/logging.h:504–507  ·  view source on GitHub ↗

\brief 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;

Source from the content-addressed store, hash-verified

502//! LOG_FATAL(logger) << "hello world" << std::endl;
503//!
504inline LogStreamConsumer LOG_FATAL(const Logger& logger)
505{
506 return LogStreamConsumer(logger.getReportableSeverity(), Severity::kINTERNAL_ERROR);
507}
508
509} // anonymous namespace
510

Callers 1

logger.cppFile · 0.70

Calls 2

LogStreamConsumerClass · 0.70
getReportableSeverityMethod · 0.45

Tested by

no test coverage detected