Custom formula for EspoCRM for log debug data in entity, workflow or flowcharts formulas.
Add extension on EspoCRM administration
- Modify config.php/config-internal.php file and change log level to DEBUG.
- Use LogDebug entity, workflow or flowcharts formulas.
$myVar = 1 + 2;
util\logDebug('test', $myVar);
[2022-11-25 22:28:49] DEBUG: LogDebug > alias: test | data: [3] []