Skip to content

Instantly share code, notes, and snippets.

@bmadigan
Created April 11, 2013 15:47
Show Gist options
  • Save bmadigan/5364518 to your computer and use it in GitHub Desktop.
Save bmadigan/5364518 to your computer and use it in GitHub Desktop.
Instructions for setting up Chrome Logger Extension
Install the logger: http://craig.is/writing/chrome-logger
Put ChromePhp.php somewhere in your PHP include path
include 'ChromePhp.php';
ChromePhp::log('Hello console!');
ChromePhp::log($_SERVER);
ChromePhp::warn('something went wrong!');
Ruby: https://github.com/cookrn/chrome_logger
NodeJS: https://github.com/olahol/express-chrome-logger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment