CBA_fnc_log

Description

Logs a message to the RPT log.

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

This function is unaffected by the debug level (DEBUG_MODE_*).

Parameters

_file[String]
_lineNum[Number]
_messageMessage [String]

Returns

nil

Author

Spooner

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