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

Create separate event-emitters for console and activity log #141

Open
thomas-gleiforst opened this issue Apr 12, 2021 · 1 comment
Open
Labels
2-Star Mid-level issue, may take some research enhancement

Comments

@thomas-gleiforst
Copy link
Contributor

Currently these displays just "borrow" the event-emitter defined by rovecomm and listen on very specific "fake" dataId commands. Each should likely have its own event-emitter which has several different events it listens on for different logging levels. Then console could be swapped to error only mode if too many debug statements are being printed, or in all logging mode it could color code different error levels to make them more apparent.

@Machtri
Copy link
Contributor

Machtri commented Feb 22, 2022

Also potentially add the functionality to only display errors as an option with either a button or checkbox

@ThisIsBrady ThisIsBrady added the 2-Star Mid-level issue, may take some research label Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-Star Mid-level issue, may take some research enhancement
Projects
None yet
Development

No branches or pull requests

3 participants