Function sdv::core::Log#

Function Documentation#

inline void sdv::core::Log(ELogSeverity eSeverity, const u8string &rssSrcFile, uint32_t uiSrcLine, const u8string &rssMessage)#

Log function enables logging for SDV.

Parameters:
  • eSeverity[in] Severity level of the log message which will be logged, e.g. Info, Warning, Error etc.

  • rssSrcFile[in] Name of the file from which the message is logged.

  • uiSrcLine[in] Line of the file from which the message is logged.

  • rssMessage[in] Reference to the log message to be logged.