Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement logging #85

Open
jimbojw opened this issue Oct 29, 2022 · 0 comments
Open

Implement logging #85

jimbojw opened this issue Oct 29, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jimbojw
Copy link
Collaborator

jimbojw commented Oct 29, 2022

The inner workings of Megaplot are complex. Operations are batched and pipelined. Long running tasks are suspended and resumed.

Currently, there is no internal logging to signal when and how these operations progress. For the API user, this should make no difference, but for debugging during development it means that often temporary console.log statements are needed to elucidate what's going on.

Add logging to Megaplot in such a way that key operations can be logged to the console, but conditioned on some kind of log-level flag.

@jimbojw jimbojw added the enhancement New feature or request label Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant