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

✨ Logger: Mock (for CUTS) & some fixes #92

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

daniwasonline
Copy link
Collaborator

Description

This PR adds a "mock" mode to Logger, specifically useful for unit testing (see CUTS in the Callsystems RFC). It also introduces some fixes and other miscellaneous changes, i.e. Logger will now call the appropriate log function (console.log, console.error, etc.) based on the log level specified.

@daniwasonline daniwasonline added the enhancement New feature or request label May 28, 2024
@daniwasonline daniwasonline self-assigned this May 28, 2024
@daniwasonline daniwasonline merged commit 6b62c9e into main May 28, 2024
1 check passed
@daniwasonline daniwasonline deleted the feat/logger-mocking branch May 28, 2024 03:12
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

Successfully merging this pull request may close these issues.

1 participant