Recensiones de ChromeLogger
ChromeLogger per BurningMoth
Recension de anthony
28 recensiones
- Classificate 5 de 5per AmericanIntelligenceMachines, hace 4 meses
- Classificate 5 de 5per DP Dev, hace un año
- Classificate 5 de 5per Nina, hace 2 años
- Classificate 5 de 5per Usator de Firefox 17447093, hace 3 años
- Classificate 5 de 5per Usator de Firefox 16987925, hace 4 años
- Classificate 5 de 5per iNeRdS, hace 5 añosi 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
- Classificate 5 de 5per Don, hace 5 años
- Classificate 4 de 5per Usator de Firefox 15307722, hace 6 años
- Classificate 5 de 5per Usator de Firefox 15064500, hace 6 años
- Classificate 5 de 5per Usator de Firefox 14666722, hace 6 años
- Classificate 5 de 5per Usator de Firefox 13079274, hace 7 años
- Classificate 5 de 5per Usator de Firefox 14035565, hace 7 años
- Classificate 5 de 5per dadazord, hace 7 años
- Classificate 5 de 5per Joe Rooster, hace 7 añosWorks as expected and better than other add-ons that (try to) put out messages from ChromePHP. Thank you :-)
- Classificate 5 de 5per Usator de Firefox 13483795, hace 7 añosOk so the problems I reported earlier are fixed and logging is working as expected now. Thanks for a great bit of digital kit?
- Classificate 5 de 5per Patrick Brosset, hace 7 añosWorks for me now. It was updated last week and it fixes the issue people have been talking about in the comments!
Thanks! - Classificate 5 de 5per Usator de Firefox 13328225, hace 8 añosSince version 1.1.1 it works as it should. Thanks!
- Classificate 4 de 5per Usator de Firefox 13518149, hace 8 años
- Classificate 5 de 5per skrymir01, hace 8 añosUpdated 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.