Function ErrorMessages::Warning

Function Documentation

void ErrorMessages::Warning(std::string routine, std::string message)

Logs a non-fatal warning to the error log file and STDERR.

Parameters:
  • routine – The name of the routine where the warning originated.

  • message – Description of the warning.