Spectrum is no longer in active development. If you have any questions or concerns please contact us at https://revsys.com
You can install the extension in the Chrome store which makes it eash to get your Javascript logs out of devtools and into Spectrum.
-
First, install the extension from the Chrome Store.
-
By default the extension is off for your browser tabs. Go to the browser tab that you are using locally and click the greyed out Spectrum icon.
-
Once enabled it will relay all of your
console.log()
andconsole.dir()
messages to a REST Spectrum Stream on localhost and port 9000. It will also use the level name of 'DEBUG' and sublevel of 'browser'. These bits are all adjustable in the extension's options which you can find by going to More Tools -> Extensions -> Spectrum Options.
This documentation is mostly for those wishing to fix or extend this extension to Spectrum.
To develop:
$ npm install
$ npm watch
To release:
$ npm run compile_dev