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

adds time logging to Bridge Endpoints #16

Closed BryanChrisBrown closed 6 months ago

BryanChrisBrown commented 11 months ago

adds time logging to Bridge Endpoint, this allows us to log how long it takes for endpoints to respond from Bridge.

This behavior follows the same behavior we implemented for console logs, warnings and errors and will only log if the Bridge.Verbosity value is changed to 2 or higher.