Currently, logging is performed into app console & into standard out stream (using dump()).
On Windows, you might want to use one of the following approaches (e.g., using Firefox Developer Edition):
- "C:Program FilesFirefoxfirefox.exe" > "C:Usersyouf.log" &:: pipe to a file
And then tail it (e.g., using Cygwin):
tail -f "C:Usersyouf.log"
OR - "C:Program FilesFirefoxfirefox.exe" -console
[1] To see dump() output on Windows with -console argument (approach 2. above), browser.dom.window.dump.enabled pref needs to be set to true (manually, since Mozilla no longer allows extensions to change apps' preferences):
https://developer.mozilla.org/en-US/docs/Web/API/Window/dump Install
- License: GNU General Public License v2.0 or later
- Weekly downloads: 1
- Average daily users: 15
- Rating: 0/5 of 0 ratings
- Created: 2017-01-28 01:42:04
- Last updated: 2017-11-02 15:40:06
- Homepage: https://github.com/haqer1/request-assistant
- Support site and email
- Donate
- Orig: https://addons.mozilla.org/en-US/firefox/addon/request-assistant/
- API: {a081ef40-2320-4c74-98b9-a17cd7027237}