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

Improvement/#43/suppress console log output #107

Merged
merged 11 commits into from Oct 14, 2021

Conversation

isaacgr
Copy link
Owner

@isaacgr isaacgr commented Oct 2, 2021

Add documentation for logger. Refs #43.

Add logger tests. Refs #43.

Simplify class

Update console prints in all files to use new logger

Is this a singleton?

image

- make singleton logger class for library
- uses console by default or can be overwritten in main function
- Refs #43
- add getInstance method to just return the logger instance
- Refs #43
@isaacgr isaacgr merged commit 166c2b6 into master Oct 14, 2021
@isaacgr isaacgr deleted the improvement/#43/suppress_console_log_output branch January 1, 2022 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to suppress console.log prints for connection failures and messges with no outstanding calls
1 participant