Function trtorch::logging::log ¶ Defined in File logging.h Function Documentation ¶ TRTORCH_API void logging::trtorch :: 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