Function trtorch::logging::log

Function Documentation

TRTORCH_API void trtorch::logging :: log ( Level lvl , std::string msg )

Adds a message to the global log.

Parameters
  • lvl : trtorch::logging::Level - Severity of the message

  • msg : std::string - Message to be logged