displays the content of variable

Permalink
Hello,

In jobs, how can I dispaly the content of a variable. Or what the equivalence of

var_dump, echo or print_f

I want to use it in function run() of my class in the job.

Thank you for help

 
Gondwana replied on at Permalink Reply
Gondwana
You can show php output using
https://www.concrete5.org/marketplace/addons/php-code-block...

Or, use \Log::addEntry() to write to the log (accessible via dashboard).