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

Enhancements - start testing logger #3

Merged

Conversation

BenjamenMeyer
Copy link
Member

  • Bug Fix: handler did not expand arguments properly when formatting
  • Enhancement: Use the change the log messages to be the standard unformatted version and then add the f version for the formatted version
  • Add a MockHandler for testing which captures data to a buffer
  • Test Core Logger
  • Add a new DefaultLogger method as a shortcut for getting the root logger

- Bug Fix: handler did not expand arguments properly when formatting
- Enhancement: Use the change the log messages to be the standard
  unformatted version and then add the `f` version for the formatted
  version
- Add a MockHandler for testing which captures data to a buffer
- Test Core Logger
- Add a new DefaultLogger method as a shortcut for getting the root
  logger
@BenjamenMeyer BenjamenMeyer self-assigned this Jan 13, 2024
- fix most things reported by the linter
- disable two where the linter is plainly wrong and following it
  would yield wrong code
@BenjamenMeyer BenjamenMeyer merged commit 4f9e781 into ClockwerksSoftware:main Jan 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant