Purpose
Use Error Logging to print an error message to the specified error file. When your application invokes Error Logging, the graPHIGS API writes the specified error message along with the name of the function which caused the error to the specified file. If the graPHIGS API cannot open the specified file or the file is blank, then the graPHIGS API logs the error to the console from which the application was started.
This subroutine is available only to an Error Handling function.
Language Bindings
perr_log (error_num, func_num, error_file) |
PERLOG (errnr, fctid, errfil) |
Errors
None
Related Subroutines