Template Function sdv::core::internal::CSDVLogImpl#

Function Documentation#

template<typename ...Args>
inline void sdv::core::internal::CSDVLogImpl(ELogSeverity eSeverity, const char *szSrcFile, uint32_t uiSrcLine, Args&&... args)#

Template to log messages with line and position.

Parameters:
  • eSeverity[in] Severity level of the message.

  • szSrcFile[in] Name of the file from which the message is logged. Specified by C++ standard.

  • uiSrcLine[in] Line of the file from which the message is logged. Specified by C++ standard.

  • ...args[in] identifier specified by C++ standard that uses the ellipsis notation in the parameters.