CodeIgniter Forums
Log to terminal from Spark? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Log to terminal from Spark? (/showthread.php?tid=81645)



Log to terminal from Spark? - blaasvaer - 04-01-2022

Hi,
I find the info on the Kint debugger pretty useless. So, does anyone know of a way to pipe output to the terminal for debugging a codeigniter 4 app?
Just a simple 'echo "Hello World"'; would do just fine.
I simly need to figure out what function is triggered on the server when passing data ...