CBA_fnc_error

Description

Logs an error message to the RPT log.

Should not be used directly, but rather via macros (ERROR(MESSAGE), ERROR_WITH_TITLE(TITLE,MESSAGE) or the Assertions).

Parameters

_file[String]
_lineNum[Number]
_titleTitle of the error [String]
_messageError message [String, which may contain \n]

Returns

nil

Author

Spooner

Record a timestamped, critical error in the RPT log.
Record a timestamped, critical error in the RPT log.
Close