Beoardielingen foar ChromeLogger
ChromeLogger troch BurningMoth
23 beoardielingen
- Wurdearring: 5 fan 5troch AmericanIntelligenceMachines, 4 moannen lyn
- Wurdearring: 5 fan 5troch DP Dev, ien jier lyn
- Wurdearring: 5 fan 5troch Nina, 2 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 17447093, 3 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 16987925, 4 jierren lyn
- Wurdearring: 5 fan 5troch iNeRdS, 5 jierren lyni need you to monitor all my activities from this I.P. address I am sure you boys no what to do better than i describe
- Wurdearring: 5 fan 5troch Don, 5 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 15064500, 6 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 14666722, 6 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 13079274, 7 jierren lyn
- Wurdearring: 5 fan 5troch Firefox-brûker 14035565, 7 jierren lyn
- Wurdearring: 5 fan 5troch dadazord, 7 jierren lyn
- Wurdearring: 5 fan 5troch Joe Rooster, 7 jierren lynWorks as expected and better than other add-ons that (try to) put out messages from ChromePHP. Thank you :-)
- Wurdearring: 5 fan 5troch Firefox-brûker 13483795, 7 jierren lynOk so the problems I reported earlier are fixed and logging is working as expected now. Thanks for a great bit of digital kit?
- Wurdearring: 5 fan 5troch Patrick Brosset, 7 jierren lynWorks for me now. It was updated last week and it fixes the issue people have been talking about in the comments!
Thanks! - Wurdearring: 5 fan 5troch Firefox-brûker 13328225, 8 jierren lynSince version 1.1.1 it works as it should. Thanks!
- Wurdearring: 5 fan 5troch skrymir01, 8 jierren lynUpdated Review:
Issue's been resolved and logs my messages like a champ.
Previous Review:
Produces error: TypeError: window.console[method] is undefined
The reason appears to be that it assumes the console method will be sent in the response. This will be the case for the all logging types _except_ "log". According to the Chrome Logger technical specifications at https://craig.is/writing/chrome-logger/techspecs, if you want to log, you should send an empty string (to save on size). Therefore the add-on ought to use "log" if "method" is empty. I believe the following would be sufficient to fix it:
console[method || 'log']
I couldn't find a repository to log this issue at or submit a pull request, so I had to use the review section.