Created
April 11, 2013 15:47
-
-
Save bmadigan/5364518 to your computer and use it in GitHub Desktop.
Instructions for setting up Chrome Logger Extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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