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

Method setReportableSeverity

samples/common/logging.h:322–325  ·  view source on GitHub ↗

\brief Method for controlling the verbosity of logging output \param severity The logger will only emit messages that have severity of this level or higher.

Source from the content-addressed store, hash-verified

320 //! \param severity The logger will only emit messages that have severity of this level or higher.
321 //!
322 void setReportableSeverity(Severity severity) noexcept
323 {
324 mReportableSeverity = severity;
325 }
326
327 //!
328 //! \brief Opaque handle that holds logging information for a particular test

Callers 2

setReportableSeverityFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected