ccampbell / chromephp

class for logging PHP variables to Google Chrome console
http://www.chromelogger.com
1.38k stars 450 forks source link

Please add info about Firefox support #52

Open marsjaninzmarsa opened 8 years ago

marsjaninzmarsa commented 8 years ago

Firefox have native support for Chrome Logger protocol since version 43, so it would be nice to post info about it. Chrome Logger going to be standard, because is AFAIK only protocol compatible with more than one browser and logging tool. ;)

bkdotcom commented 7 years ago

Firefox might have "support", but it's pretty broken.

Output ceases when null is encountered

ChromePhp::log("death to chromeLogger", null);
ChromePhp::log('never seen');