CBA_fnc_log

Description

Logs a message to the RPT log.

Should not be used directly, but rather via macro (LOG()).

This function is unaffected by the debug level (DEBUG_MODE_x).

Parameters

_fileFile error occurred in [String]
_lineNumLine number error occurred on (starting from 0) [Number]
_messageMessage [String]

Returns

nil

Author

Spooner and Rommel

Log a timestamped message into the RPT log.
Managing debugging based on debug level.
Close