Change color and output of MAP php error log in terminal

So, the first priority here is to change the out color from php error logs in my terminal. I read the color of the PHP log file in this article about how they used the class to do this, but I'm not quite sure where to start. Maybe a php.ini ? I also use the command

tail -f /Applications/MAMP PRO/MAMP PRO.app/Contents/Resources/php5.5.10.ini

to output error logs. If it is too difficult to complete the task, I will let it go. I just think it would be nice to see the syntax highlighting on the output from the file.

Thanks for any help!

0
source share

All Articles