Function ErrorMessages::Warning¶
Defined in File ErrorMessages.h
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.