org-arl / fjage

Framework for Java and Groovy Agents
https://fjage.readthedocs.io/en/latest/
Other
26 stars 13 forks source link

Improve logging in fjage.js #290

Open notthetup opened 11 months ago

notthetup commented 11 months ago

Currently, fjage.js uses the basic console.log API for logging. For dynamically enabling/disabling logging we use the gateway.debug flag. This doesn't scale.

We should instead use a proper framework like https://github.com/pimterry/loglevel for logging.