Use this function to write error information to the CIMPLICITY status log.
Syntax
void cor_logstatus( const TCHAR *proc,
COR_BOOLEAN severe,
COR_STATUS *status )
Input Arguments
proc |
The name of the function where the error is detected. |
severe |
Is situation severe error (FALSE, TRUE, FATAL) |
status |
Pointer to the status block containing error info. |
Output Arguments
None
Return Value
None
The value is sent to the status log, which is viewed through the Log Viewer application.
General subroutines for field definitions: Alarm Management API. |