ESM_fnc_log

Input: <ARRAY>

_this select 0: _functionName <STRING>
The name of the function that contains this log. Useful for debugging
_this select 1: _message <ANY>
The thing to log to the RPT. This can be anything as it's logged as a string

Examples

["ESM_fnc_myFunction", "I'm logging from my function!"] call ESM_fnc_log;
["DEBUG", "This is a debug message!"] call ESM_fnc_log;