Looking-Glass / bridge.js

Bridge.js is a javascript API for interacting with Looking Glass displays via Looking Glass Bridge 2.2.0+
https://lookingglassfactory.com/software/looking-glass-bridge
MIT License
8 stars 0 forks source link

logging by default, all events listener #22

Closed BryanChrisBrown closed 5 months ago

BryanChrisBrown commented 6 months ago

Adds a new "All Events" event internally for the Bridge Library, we also change our logging behavior in the app to all logging by default.

This allows us to listen to events for debugging more easily, and also see what events we get back from bridge on connection.

Events returned from the "All Events" handler will be labeled as purple in the console log so we can differentiate between specific listeners vs this catch all.